From 29ae9612fda21acec19d8e5ccebe8a88a5a62825 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Thu, 18 May 2017 11:32:20 -0700 Subject: [PATCH] Fix morgue trays flying away --- code/game/objects/structures/morgue.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm index 39a7ac21301..e5c0a7f9179 100644 --- a/code/game/objects/structures/morgue.dm +++ b/code/game/objects/structures/morgue.dm @@ -183,7 +183,7 @@ */ /obj/structure/m_tray name = "morgue tray" - desc = "Apply corpse before closing." + desc = "Apply corpse before closing. May float away in no-gravity." icon = 'icons/obj/stationobjs.dmi' icon_state = "morguet" density = 1