Merge pull request #10098 from Ghommie/Ghommie-cit445

Fixes a lil issue with ice cream cones.
This commit is contained in:
Putnam3145
2019-12-07 08:48:21 -08:00
committed by GitHub
@@ -229,7 +229,7 @@
desc = "Delicious waffle cone, but no ice cream."
icon = 'icons/obj/kitchen.dmi'
icon_state = "icecream_cone_waffle" //default for admin-spawned cones, href_list["cone"] should overwrite this all the time
list_reagents = list(/datum/reagent/consumable/nutriment = 4)
list_reagents = list("nutriment" = 4)
tastes = list("cream" = 2, "waffle" = 1)
var/ice_creamed = 0
var/cone_type