mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user