mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 05:21:27 +00:00
[MIRROR] every case of initialize that should have mapload, does (#8374)
* every case of initialize that should have mapload, does * E Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
horizontal = FALSE
|
||||
delivery_icon = null
|
||||
|
||||
/obj/structure/closet/crate/bin/Initialize()
|
||||
/obj/structure/closet/crate/bin/Initialize(mapload)
|
||||
. = ..()
|
||||
update_appearance()
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
contents_pressure_protection = 0.8
|
||||
var/obj/item/tank/internals/emergency_oxygen/tank
|
||||
|
||||
/obj/structure/closet/crate/critter/Initialize()
|
||||
/obj/structure/closet/crate/critter/Initialize(mapload)
|
||||
. = ..()
|
||||
tank = new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user