mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -49,11 +49,11 @@
|
||||
can_hold.Add(/obj/item/storage/sample_container)
|
||||
|
||||
//ditto, lockers and redemption machines
|
||||
/obj/structure/closet/secure_closet/miner/Initialize()
|
||||
/obj/structure/closet/secure_closet/miner/Initialize(mapload)
|
||||
. = ..()
|
||||
starts_with += /obj/item/storage/sample_container
|
||||
|
||||
/obj/structure/closet/secure_closet/xenoarchaeologist/Initialize()
|
||||
/obj/structure/closet/secure_closet/xenoarchaeologist/Initialize(mapload)
|
||||
. = ..()
|
||||
starts_with += /obj/item/storage/sample_container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user