Convert storage objects to initialize (#2850)

changes:

Converted storage objects to Initialize().
Removed timer from storage New/Initialize in favor of LateInitialize.
Removed some pointless src from storage objects.
Fixed GC of some screen objects used by storage objects.
Changed storage objects' filling to be done by fill() instead of New()/Initialize().
Medkits actually work this time!
This commit is contained in:
Lohikar
2017-06-28 15:09:59 -05:00
committed by skull132
parent 9a899801b1
commit c077b12899
19 changed files with 281 additions and 272 deletions

View File

@@ -169,7 +169,7 @@
max_w_class = 3
use_to_pickup = 1 // for picking up broken bulbs, not that most people will try
/obj/item/weapon/storage/box/excavation/New()
/obj/item/weapon/storage/box/excavation/fill()
..()
new /obj/item/weapon/pickaxe/brush(src)
new /obj/item/weapon/pickaxe/one_pick(src)