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.