[MIRROR] Maint Pred Availability (#8200)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-04-11 07:57:05 +02:00
committed by GitHub
co-authored by SatinIsle CHOMPStation2
parent c8bcc8e993
commit 3cc86ae5ad
15 changed files with 165 additions and 53 deletions
@@ -178,3 +178,15 @@
/obj/structure/ghost_pod/ghost_activated/morphspawn/no_announce
announce_prob = 0
/obj/structure/ghost_pod/ghost_activated/maintpred/redgate //For ghostpods placed in the redgate that aren't spawned via an event
name = "creature hole"
desc = "Looks like some creature dug is hiding in the redgate..."
announce_prob = 0
icon_state = "redgate_hole"
icon_state_opened = "redgate_hole"
/obj/structure/ghost_pod/ghost_activated/maintpred/redgate/Initialize()
..()
if(!(src in active_ghost_pods))
active_ghost_pods += src