Minor storage & SSair init fixes (#3049)

changes:

Storage objects can now defer shrinkwrapping of contents until the next stackframe if things are being put in them without using fill() (such as autodrobes & BSTs)
SSair init properly yells at the admins when it's done.
This commit is contained in:
Lohikar
2017-07-15 18:06:00 -05:00
committed by skull132
parent 8f5ee87e48
commit 4e0057daa0
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
bst.equip_to_slot_or_del(new /obj/item/device/pda/captain/bst(bst.back), slot_in_backpack)
bst.equip_to_slot_or_del(new /obj/item/device/multitool(bst.back), slot_in_backpack)
var/obj/item/weapon/storage/box/pills = new /obj/item/weapon/storage/box
var/obj/item/weapon/storage/box/pills = new /obj/item/weapon/storage/box(null, TRUE)
pills.name = "adminordrazine"
for(var/i = 1, i < 12, i++)
new /obj/item/weapon/reagent_containers/pill/adminordrazine(pills)