marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/source/Main/u_defensenuke.c

16 lines
300 B
C

// Copyright © 2016-2017 Graham Sanderson, all rights reserved.
#include "lith_upgrades_common.h"
// Extern Functions ----------------------------------------------------------|
//
// Enter
//
void Upgr_DefenseNuke_Enter(struct player *p, upgrade_t *upgr)
{
InvGive("Lith_Nuke", 1);
}
// EOF