From e6c0ecdafaec036e280c5af36ed3864c80d86c91 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Tue, 1 Dec 2020 23:27:11 -0800 Subject: [PATCH] Merge pull request #7749 from Mechoid/StowawayMystery Stowaway Cryopod is now invisible, and incorporeal. --- code/game/objects/structures/ghost_pods/human.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/ghost_pods/human.dm b/code/game/objects/structures/ghost_pods/human.dm index 246c4b3e654..814db9cd757 100644 --- a/code/game/objects/structures/ghost_pods/human.dm +++ b/code/game/objects/structures/ghost_pods/human.dm @@ -8,9 +8,10 @@ icon = 'icons/obj/Cryogenic2.dmi' icon_state = "sleeper_1" icon_state_opened = "sleeper_0" - density = TRUE + density = FALSE ghost_query_type = /datum/ghost_query/stowaway - anchored = FALSE + anchored = TRUE + invisibility = 60 var/occupant_type = "stowaway" @@ -123,7 +124,9 @@ if(allow_appearance_change) H.change_appearance(APPEARANCE_ALL, H, check_species_whitelist = 1) - visible_message("\The [src] [pick("gurgles", "seizes", "clangs")] before releasing \the [H]!") +// visible_message("\The [src] [pick("gurgles", "seizes", "clangs")] before releasing \the [H]!") + + qdel(src) // Manual Variant // This one lacks the emag option due to the fact someone has to activate it, and they will probably help the person.