Skip to content

Commit

Permalink
Merge branch 'hybrisa' of https://github.com/AndroBetel/PvE-CMSS13 in…
Browse files Browse the repository at this point in the history
…to hybrisa
  • Loading branch information
AndroBetel committed Aug 13, 2024
2 parents 076ba52 + 99b95a9 commit b614cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/stool_bed_chair_nest/bed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ var/global/list/activated_medevac_stretchers = list()

/obj/structure/bed/roller/hospital/Initialize(mapload, ...)
. = ..()
create_body()
INVOKE_ASYNC(src, PROC_REF(create_body))
update_icon()

/obj/structure/bed/roller/hospital/Destroy()
Expand Down

0 comments on commit b614cee

Please sign in to comment.