Skip to content

Commit

Permalink
Unused structure defines
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 12, 2023
1 parent b2a057f commit 966951d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions code/__DEFINES/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,7 @@
#define XENO_STRUCTURE_CORE "hive core"
#define XENO_STRUCTURE_CLUSTER "hive cluster"
#define XENO_STRUCTURE_PYLON "hive pylon"
#define XENO_STRUCTURE_POOL "spawn pool"
#define XENO_STRUCTURE_EGGMORPH "egg morpher"
#define XENO_STRUCTURE_EVOPOD "evolution pod"
#define XENO_STRUCTURE_RECOVERY "recovery node"
#define XENO_STRUCTURE_NEST "thick resin nest"

Expand Down
1 change: 0 additions & 1 deletion code/modules/cm_aliens/structures/special/pylon_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
linked_hive.hardcore = TRUE
linked_hive.allow_queen_evolve = FALSE
linked_hive.hive_structures_limit[XENO_STRUCTURE_CORE] = 0
linked_hive.hive_structures_limit[XENO_STRUCTURE_POOL] = 0
xeno_announcement("\The [linked_hive.name] has lost their hive core!", "everything", HIGHER_FORCE_ANNOUNCE)

if(linked_hive.hijack_burrowed_surge)
Expand Down
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
var/list/hive_structures_limit = list(
XENO_STRUCTURE_CORE = 1,
XENO_STRUCTURE_CLUSTER = 8,
XENO_STRUCTURE_POOL = 1,
XENO_STRUCTURE_EGGMORPH = 6,
XENO_STRUCTURE_EVOPOD = 2,
XENO_STRUCTURE_RECOVERY = 6,
XENO_STRUCTURE_PYLON = 2,
)
Expand Down Expand Up @@ -1105,7 +1103,6 @@
/datum/hive_status/corrupted/tamed/New()
. = ..()
hive_structures_limit[XENO_STRUCTURE_EGGMORPH] = 0
hive_structures_limit[XENO_STRUCTURE_EVOPOD] = 0

/datum/hive_status/corrupted/tamed/proc/make_leader(mob/living/carbon/human/H)
if(!istype(H))
Expand Down Expand Up @@ -1166,7 +1163,6 @@
/datum/hive_status/corrupted/renegade/New()
. = ..()
hive_structures_limit[XENO_STRUCTURE_EGGMORPH] = 0
hive_structures_limit[XENO_STRUCTURE_EVOPOD] = 0
for(var/faction in FACTION_LIST_HUMANOID) //renegades allied to all humanoids, but it mostly affects structures. Their ability to attack humanoids and other xenos (including of the same hive) depends on iff settings
allies[faction] = TRUE

Expand Down

0 comments on commit 966951d

Please sign in to comment.