Skip to content

Commit

Permalink
unfucks morgue tray
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jan 9, 2024
1 parent 9360262 commit ca8fa24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/morgue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,11 @@
var/bloody = FALSE

/obj/structure/morgue_tray/Initialize(mapload, obj/structure/morgue/morgue_source)
. = ..()

icon_tray = initial(icon_state)
if(morgue_source)
linked_morgue = morgue_source
..()

/obj/structure/morgue_tray/Destroy()
. = ..()
Expand Down

0 comments on commit ca8fa24

Please sign in to comment.