Fixes First-Aid Lockers Lacking Kits (#20214)

Fixes the lack of (src) at the end of the object to be spawned in the
fill() function causing kits to not appear. Whoops.
This commit is contained in:
OolongCow
2024-11-30 21:42:06 +00:00
committed by GitHub
parent c60b91f7ad
commit b6c5ddbfe1
2 changed files with 59 additions and 1 deletions
@@ -92,7 +92,7 @@
desc = "It's a wall-mounted storage unit for first aid supplies."
/obj/structure/closet/walllocker/medical/firstaid/fill()
new /obj/item/storage/firstaid/regular
new /obj/item/storage/firstaid/regular(src)
/obj/structure/closet/walllocker/medical/secure
desc = "It's a secure wall-mounted storage unit for first aid supplies."