added a fattening tile

related to the new WG mineral, this tile wil fatten up anyone who steps on it

(other changes: had to comment out some stuff that I won't work on for now, it was producing errors)
This commit is contained in:
Sonoida
2023-01-04 19:37:49 +01:00
parent 60af4e60c5
commit 3b24c6eff1
8 changed files with 28 additions and 57 deletions
@@ -296,7 +296,7 @@ GLOBAL_LIST_INIT(bananium_recipes, list ( \
GLOBAL_LIST_INIT(calorit_recipes, list ( \
new/datum/stack_recipe("calorit tile", /obj/item/stack/tile/mineral/calorit, 1, 4, 20), \
// new/datum/stack_recipe("Fatty Statue", /obj/structure/statue/calorit/fatty, 5, one_per_turf = 1, on_floor = 1), \
// new/datum/stack_recipe("Fatty Statue", /obj/structure/statue/calorit/fatty, 5, one_per_turf = 1, on_floor = 1),
))
/obj/item/stack/sheet/mineral/calorit/Initialize(mapload, new_amount, merge = TRUE)