mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
* uplink updates * gives admin radio uplink 500 TC * removing implicit var/ * fixing multiple uplink reference * Update code/datums/uplink_item.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/datums/uplink_item.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * allowing admin uplink to buy hijack items without hijack objective * i hate this file being in repo Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
#define UPLINK_TYPE_TRAITOR "traitor"
|
|
#define UPLINK_TYPE_NUCLEAR "nuclear"
|
|
#define UPLINK_TYPE_SST "sst"
|
|
#define UPLINK_TYPE_SIT "sit"
|
|
#define UPLINK_TYPE_ADMIN "admin"
|