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