Fixes using rezadone in linghusks (#26422) (#1175)

200 -> 20

See https://github.com/Skyrat-SS13/Skyrat-tg/pull/26422
This commit is contained in:
Waterpig
2024-02-19 14:58:59 +01:00
committed by GitHub
parent 7731fbb742
commit 812ffc5c39
@@ -34,7 +34,7 @@
. = ..()
if(!istype(exposed_mob))
return
if(HAS_TRAIT_FROM(exposed_mob, TRAIT_HUSK, CHANGELING_DRAIN) && (exposed_mob.reagents.get_reagent_amount(/datum/reagent/medicine/rezadone) + reac_volume >= SYNTHFLESH_LING_UNHUSK_AMOUNT))//Costs a little more than a normal husk
if(HAS_TRAIT_FROM(exposed_mob, TRAIT_HUSK, CHANGELING_DRAIN) && (exposed_mob.reagents.get_reagent_amount(/datum/reagent/medicine/rezadone) + reac_volume >= 20))//Costs a little more than a normal husk
exposed_mob.cure_husk(CHANGELING_DRAIN)
exposed_mob.visible_message("<span class='nicegreen'>A rubbery liquid coats [exposed_mob]'s tissues. [exposed_mob] looks a lot healthier!")