mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[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:
co-authored by
SatinIsle
CHOMPStation2
parent
c8bcc8e993
commit
3cc86ae5ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user