Moves over cakes to newfood and transfers reagents when crafting (#53316)

This commit is contained in:
Qustinnus
2020-09-07 15:04:14 -03:00
committed by GitHub
parent 2f7c2b65a1
commit c6be808bf3
29 changed files with 745 additions and 619 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/mapping_helpers/no_lava)
//cake + knife to cut it!
var/turf/food_turf = get_turf(pick(table))
new /obj/item/kitchen/knife(food_turf)
var/obj/item/reagent_containers/food/snacks/store/cake/birthday/iancake = new(food_turf)
var/obj/item/food/cake/birthday/iancake = new(food_turf)
iancake.desc = "Happy birthday, Ian!"
//some balloons! this picks an open turf and pops a few balloons in and around that turf, yay.
for(var/i in 1 to balloon_clusters)