mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
fix(survivorpod): Fixes ghost query preferences
Fixes unreported bug where survivor pods would not send a query. This was caused due to imperfect fix to inability to opt out from it for the round. tweak(survivorpod): Makes it clear when the pod was clicked on Does this by making a visible_message when clicked and changing its description
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user