Merge pull request #1260 from Citadel-Station-13/upstream-merge-27750

[MIRROR] Fixes clown creampie cannon not recharging properly
This commit is contained in:
LetterJay
2017-05-28 14:31:36 -05:00
committed by GitHub
@@ -270,4 +270,4 @@
/obj/item/weapon/pneumatic_cannon/pie/selfcharge/process()
if(++charge_tick >= charge_ticks)
fill_with_type(/obj/item/weapon/reagent_containers/food/snacks/pie, charge_amount)
fill_with_type(/obj/item/weapon/reagent_containers/food/snacks/pie/cream, charge_amount)