Merge pull request #4098 from Citadel-Station-13/upstream-merge-32805

[MIRROR] Refactor on_reagent_change to pass through the change type
This commit is contained in:
deathride58
2017-11-24 23:47:13 +00:00
committed by GitHub
18 changed files with 41 additions and 40 deletions
@@ -54,7 +54,7 @@
new /obj/item/stock_parts/cell/potato(Tsec)
var/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass/S = new(Tsec)
S.reagents.add_reagent("whiskey", 15)
S.on_reagent_change()
S.on_reagent_change(ADD_REAGENT)
..()
/mob/living/simple_animal/bot/secbot/pingsky