mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #15091 from Runa-Dacino/ghostpodstuff
Fixes and tweaks "Survivor Pods"
This commit is contained in:
committed by
CHOMPStation2
parent
0f87e4c9e6
commit
48926a6afb
@@ -41,6 +41,15 @@
|
||||
|
||||
handle_clothing_setup()
|
||||
|
||||
/obj/structure/ghost_pod/manual/survivor/trigger()
|
||||
. = ..()
|
||||
desc += "\n The Pod's stasis is broken!"
|
||||
visible_message(message = SPAN_WARNING("\The [src] hisses and blinks in a myriad of lights as its stasis ceases! \n \
|
||||
What or whoever lays beneath may yet stir once more, but their wounds may be too grevious... "),
|
||||
blind_message = SPAN_WARNING("You hear hissing from [src]!"),
|
||||
runemessage = "HISS")
|
||||
|
||||
|
||||
/obj/structure/ghost_pod/manual/survivor/proc/handle_clothing_setup()
|
||||
clothing_possibilities = list()
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
|
||||
"morph" = 1, // 18
|
||||
"corgi" = 1, // 19
|
||||
"cursed sword" = 1, // 20
|
||||
"Ship Survivor" = 1, // 21
|
||||
//VOREStation Add End
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user