mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user