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 23e4fc0 commit 3cb8103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
on_fire = 1
anchored = 1
sleep(600) //One minute to burn, for theatrics
new /obj/effect/decal/cleanable/ash(src.loc)
new /obj/effect/decal/cleanable/ash(loc)
if(occupant)
lost_in_space()

Expand Down

0 comments on commit 3cb8103

Please sign in to comment.