Medical beds show correct overlay [NO GBP] (#79057)

## About The Pull Request

Update the overlay if the brakes are on at mapload

## Changelog

🆑 LT3
fix: Maploaded medical beds now have correct brake lights
/🆑
This commit is contained in:
lessthanthree
2023-10-19 22:12:34 +02:00
committed by GitHub
parent fc39cf473c
commit 5e1b6922a5
@@ -90,6 +90,8 @@
/obj/structure/bed/medical/Initialize(mapload)
. = ..()
AddElement(/datum/element/noisy_movement)
if(anchored)
update_appearance()
/obj/structure/bed/medical/add_context(atom/source, list/context, obj/item/held_item, mob/living/user)
. = ..()