Skip to content

Commit

Permalink
hive core click!
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 19, 2023
1 parent d200d9d commit cb73b77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/cm_aliens/structures/special/pylon_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,10 @@

return TRUE

/obj/effect/alien/resin/special/pylon/core/attack_ghost(mob/dead/observer/user)
. = ..()
if(SSticker.mode.check_xeno_late_join(user))
SSticker.mode.attempt_to_join_as_lesser_drone(user)

#undef PYLON_REPAIR_TIME
#undef PYLON_WEEDS_REGROWTH_TIME

0 comments on commit cb73b77

Please sign in to comment.