From 0683c21d1d36e58a05b35fbdc203e6da0b4b6689 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 11 Feb 2020 00:00:33 -0500 Subject: [PATCH] Ghommie changes --- code/game/objects/items/bodybag.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/bodybag.dm b/code/game/objects/items/bodybag.dm index ec60515192..62c1b0ca1a 100644 --- a/code/game/objects/items/bodybag.dm +++ b/code/game/objects/items/bodybag.dm @@ -38,7 +38,6 @@ /obj/item/bodybag/bluespace name = "bluespace body bag" desc = "A folded bluespace body bag designed for the storage and transportation of cadavers." - icon = 'icons/obj/bodybag.dmi' icon_state = "bluebodybag_folded" unfoldedbag_path = /obj/structure/closet/body_bag/bluespace w_class = WEIGHT_CLASS_SMALL @@ -86,9 +85,8 @@ /obj/item/bodybag/containment name = "radiation containment body bag" - desc = "A folded heavy body bag designed for the storage and transportation of cadavers with heavy radiation." - icon = 'icons/obj/bodybag.dmi' + desc = "A folded heavy body bag designed for the storage and transportation of heavily irradiated cadavers." icon_state = "radbodybag_folded" unfoldedbag_path = /obj/structure/closet/body_bag/containment w_class = WEIGHT_CLASS_NORMAL - item_flags = NO_MAT_REDEMPTION | RAD_NO_CONTAMINATE + rad_flags = NO_MAT_REDEMPTION | RAD_NO_CONTAMINATE