mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Fixes local repos with an edited DME not always being able to compile (#24544)
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
|
||||
#define SPINNING_WEB 1
|
||||
#define LAYING_EGGS 2
|
||||
#define MOVING_TO_TARGET 3
|
||||
#define SPINNING_COCOON 4
|
||||
|
||||
#define TS_DAMAGE_SIMPLE 0
|
||||
#define TS_DAMAGE_POISON 1
|
||||
#define TS_DAMAGE_BRUTE 2
|
||||
|
||||
#define TS_DESC_RED "Red - Assault"
|
||||
#define TS_DESC_GRAY "Gray - Ambush"
|
||||
#define TS_DESC_GREEN "Green - Nurse"
|
||||
#define TS_DESC_WHITE "White - Infect"
|
||||
#define TS_DESC_BLACK "Black - Poison"
|
||||
#define TS_DESC_PURPLE "Purple - Guard"
|
||||
#define TS_DESC_BROWN "Brown - Breacher"
|
||||
#define TS_DESC_PRINCE "Prince - HERO"
|
||||
#define TS_DESC_PRINCESS "Princess - HORDE"
|
||||
#define TS_DESC_MOTHER "Mother - SUPPORT"
|
||||
#define TS_DESC_QUEEN "Queen - LEADER"
|
||||
|
||||
#define TS_TIER_1 1
|
||||
#define TS_TIER_2 2
|
||||
#define TS_TIER_3 3
|
||||
#define TS_TIER_4 4
|
||||
#define TS_TIER_5 5
|
||||
|
||||
GLOBAL_LIST_EMPTY(ts_ckey_blacklist)
|
||||
GLOBAL_VAR_INIT(ts_count_dead, 0)
|
||||
GLOBAL_VAR_INIT(ts_count_alive_station, 0)
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
|
||||
#define SPINNING_WEB 1
|
||||
#define LAYING_EGGS 2
|
||||
#define MOVING_TO_TARGET 3
|
||||
#define SPINNING_COCOON 4
|
||||
|
||||
#define TS_DAMAGE_SIMPLE 0
|
||||
#define TS_DAMAGE_POISON 1
|
||||
#define TS_DAMAGE_BRUTE 2
|
||||
|
||||
#define TS_DESC_RED "Red - Assault"
|
||||
#define TS_DESC_GRAY "Gray - Ambush"
|
||||
#define TS_DESC_GREEN "Green - Nurse"
|
||||
#define TS_DESC_WHITE "White - Infect"
|
||||
#define TS_DESC_BLACK "Black - Poison"
|
||||
#define TS_DESC_PURPLE "Purple - Guard"
|
||||
#define TS_DESC_BROWN "Brown - Breacher"
|
||||
#define TS_DESC_PRINCE "Prince - HERO"
|
||||
#define TS_DESC_PRINCESS "Princess - HORDE"
|
||||
#define TS_DESC_MOTHER "Mother - SUPPORT"
|
||||
#define TS_DESC_QUEEN "Queen - LEADER"
|
||||
|
||||
#define TS_TIER_1 1
|
||||
#define TS_TIER_2 2
|
||||
#define TS_TIER_3 3
|
||||
#define TS_TIER_4 4
|
||||
#define TS_TIER_5 5
|
||||
Reference in New Issue
Block a user