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)