Small Nibble fix

Nibbe mutation ability now injects the amount specified by the chem_to_add variable
This commit is contained in:
Alphas00
2024-04-02 20:36:08 +02:00
parent a04542d474
commit 09125f3125
@@ -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("<span class='danger'>[user] nibbles [target]!</span>","<span class='userdanger'>[user] nibbles you!</span>")
return ..()