Also fixing bloodsucker coffins.

This commit is contained in:
Ghommie
2020-03-04 16:29:09 +01:00
parent f2c8a7cd6f
commit 60c7268e37
4 changed files with 14 additions and 19 deletions

View File

@@ -83,9 +83,12 @@
desc = "It's a burial receptacle for the dearly departed."
icon_state = "coffin"
resistance_flags = FLAMMABLE
can_weld_shut = FALSE
breakout_time = 200
max_integrity = 70
material_drop = /obj/item/stack/sheet/mineral/wood
material_drop_amount = 5
var/pryLidTimer = 250
/obj/structure/closet/crate/coffin/examine(mob/user)
. = ..()