From 989b25dfbaecc17e969f0f48966244d0003d4a94 Mon Sep 17 00:00:00 2001 From: Pinta <124479862+deertools@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:07:20 -0500 Subject: [PATCH 1/2] Update spells.dm --- GainStation13/code/mechanics/spells.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/mechanics/spells.dm b/GainStation13/code/mechanics/spells.dm index 8a020396..7f9b5428 100644 --- a/GainStation13/code/mechanics/spells.dm +++ b/GainStation13/code/mechanics/spells.dm @@ -26,7 +26,7 @@ icon = 'GainStation13/icons/obj/spells/spell_items.dmi' icon_state = "add-hand" ///How much weight is added? - var/weight_to_add = 100 + var/weight_to_add = 300 ///What verb is used for the spell? var/fattening_verb = "fattens" ///Is weight being transfered from the user to another mob? From a23d92c1858db992a726ce51c49069ae2ebdaf32 Mon Sep 17 00:00:00 2001 From: Pinta <124479862+deertools@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:07:36 -0500 Subject: [PATCH 2/2] Update spells.dm --- GainStation13/code/mechanics/spells.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/mechanics/spells.dm b/GainStation13/code/mechanics/spells.dm index 7f9b5428..62e21dbc 100644 --- a/GainStation13/code/mechanics/spells.dm +++ b/GainStation13/code/mechanics/spells.dm @@ -67,7 +67,7 @@ name = "\improper weight theft touch" desc = "Energy that is eager to take weight." fattening_verb = "steals weight from" - weight_to_add = -100 + weight_to_add = -300 icon_state = "steal-hand" /obj/item/melee/touch_attack/fattening/steal/afterattack(atom/target, mob/living/carbon/user, proximity)