Merge pull request #5102 from Fox-McCloud/reagent-refactors-continued

More Reagent Refactoring and Cleanup
This commit is contained in:
TheDZD
2016-07-21 10:12:14 -04:00
committed by GitHub
53 changed files with 1374 additions and 2034 deletions
-4
View File
@@ -19,10 +19,6 @@
var/being_shocked = 0
// What reagents should be logged when transferred TO this object?
// Reagent ID => friendly name
var/list/reagents_to_log=list()
var/on_blueprints = FALSE //Are we visible on the station blueprints at roundstart?
var/force_blueprints = FALSE //forces the obj to be on the blueprints, regardless of when it was created.
@@ -70,8 +70,8 @@
New()
..()
for(var/i in 1 to 5)
new /obj/item/weapon/reagent_containers/food/drinks/milk(src)
new /obj/item/weapon/reagent_containers/food/drinks/soymilk(src)
new /obj/item/weapon/reagent_containers/food/condiment/milk(src)
new /obj/item/weapon/reagent_containers/food/condiment/soymilk(src)
for(var/i in 1 to 2)
new /obj/item/weapon/storage/fancy/egg_box(src)