diff --git a/GainStation13/code/datums/mutations/fatfang.dm b/GainStation13/code/datums/mutations/fatfang.dm index 512690ff..16eba2b3 100644 --- a/GainStation13/code/datums/mutations/fatfang.dm +++ b/GainStation13/code/datums/mutations/fatfang.dm @@ -37,7 +37,7 @@ if(!target || !chem_to_add) return FALSE - target.reagents.add_reagent(/datum/reagent/consumable/lipoifier, 5) + target.reagents.add_reagent(/datum/reagent/consumable/lipoifier, chem_to_add) target.visible_message("[user] nibbles [target]!","[user] nibbles you!") return ..()