mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-19 03:50:32 +01:00
Small Nibble fix
Nibbe mutation ability now injects the amount specified by the chem_to_add variable
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user