mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Moves over cakes to newfood and transfers reagents when crafting (#53316)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user