Skip to content

Commit

Permalink
Update XenoStructures.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jul 2, 2024
1 parent 83e7cc6 commit 950e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/XenoStructures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@

/// Callback for a repeating 10s timer to ensure both pylons are active (otherwise delete) and counts the number of marines groundside (would cause hatching to expedite).
/obj/effect/alien/resin/king_cocoon/proc/check_pylons()
var/datum/hive_status/hive = GLOB.hive_datum[XENO_HIVE_NORMAL]
var/datum/hive_status/hive = GLOB.hive_datum[hive_number]

if(length(hive.active_endgame_pylons) < 2)
qdel(src)
Expand Down

0 comments on commit 950e32f

Please sign in to comment.