Skip to content

Commit

Permalink
Merge pull request cmss13-devs#20 from Noname995/runtime-error-map-void
Browse files Browse the repository at this point in the history
Убираем рантайм
  • Loading branch information
Noname995 authored Aug 11, 2024
2 parents eefa593 + cce6f8e commit f0a41b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/stool_bed_chair_nest/bed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,9 @@ var/global/list/activated_medevac_stretchers = list()

/obj/structure/bed/roller/hospital/Initialize(mapload, ...)
. = ..()
/*RUCM REMOVAL // runtime because don't setup preferences to body
create_body()
*/
update_icon()

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

0 comments on commit f0a41b0

Please sign in to comment.