[MIRROR] Reagent Addictions (#10888)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-05-28 00:52:49 +02:00
committed by GitHub
co-authored by Will Cameron Lennox
parent ca7345cb67
commit dc9ccc60c2
30 changed files with 580 additions and 9 deletions
+5
View File
@@ -20,6 +20,11 @@
else if(is_broken())
owner.adjustToxLoss(0.3 * PROCESS_ACCURACY)
// General organ damage from withdraw, kidneys do a lot of the work
if(prob(70) && owner.chem_effects[CE_WITHDRAWL])
take_damage(owner.chem_effects[CE_WITHDRAWL] * 0.05 * PROCESS_ACCURACY, prob(1)) // Chance to warn them
owner.adjustToxLoss(owner.chem_effects[CE_WITHDRAWL] * 0.3 * PROCESS_ACCURACY)
/obj/item/organ/internal/kidneys/handle_organ_proc_special()
. = ..()