Fix TTX healing (#96428)

## About The Pull Request

I had problems with pufferfish TTX with infusion, guess that was the
case
## Why It's Good For The Game

Fixes problem with pufferfish toxin not removing paralysis correctly(it
had null reference)
## Changelog
🆑
fix: fixed TTX healing
/🆑
This commit is contained in:
cool20141
2026-06-11 03:14:31 +02:00
committed by GitHub
parent e5a428c44d
commit e439979ab2
@@ -1501,7 +1501,7 @@
toxpwr = 0
liver_tolerance_multiplier = 0
silent_toxin = TRUE
remove_paralysis()
remove_paralysis(affected_mob)
need_mob_update += affected_mob.adjust_oxy_loss(-3.5 * metabolization_ratio * seconds_per_tick, updating_health = FALSE, required_biotype = affected_biotype, required_respiration_type = affected_respiration_type)
need_mob_update = affected_mob.adjust_tox_loss(-3.25 * metabolization_ratio * seconds_per_tick, updating_health = FALSE, required_biotype = affected_biotype)
need_mob_update += affected_mob.adjust_brute_loss(-6 * metabolization_ratio * seconds_per_tick, updating_health = FALSE, required_bodytype = affected_bodytype)