Skip to content

Commit

Permalink
Comments and ||
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 6, 2023
1 parent 581af11 commit 56b1f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,9 @@

addtimer(CALLBACK(src, PROC_REF(announce_evolve_available), GLOB.xeno_evolve_times[time]), text2num(time))

/// Sets up limits on pylons in New() for potential futureproofing with more static comms
/datum/hive_status/proc/setup_pylon_limits()
hive_structures_limit[XENO_STRUCTURE_PYLON] = length(GLOB.all_static_telecomms_towers) ? length(GLOB.all_static_telecomms_towers) : 2
hive_structures_limit[XENO_STRUCTURE_PYLON] = length(GLOB.all_static_telecomms_towers) || 2

/datum/hive_status/proc/announce_evolve_available(list/datum/caste_datum/available_castes)

Expand Down

0 comments on commit 56b1f70

Please sign in to comment.