Skip to content

Commit

Permalink
Update code/game/objects/structures/crates_lockers/closets/coffin.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SirRichardFrancis <[email protected]>
  • Loading branch information
Mycah142 and SirRichardFrancis authored Oct 31, 2023
1 parent fe3dbc5 commit 23e4fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
spawn_tags = SPAWN_TAG_CLOSET_COFFIN
bad_type = /obj/structure/closet/coffin
var/mob/living/occupant = null
var/on_fire = 0
var/on_fire = FALSE

/obj/structure/closet/coffin/pauper
name = "pauper's coffin"
Expand Down

0 comments on commit 23e4fc0

Please sign in to comment.