Skip to content

Commit

Permalink
[MIRROR] Buff Antihol's purge rate up (#2576)
Browse files Browse the repository at this point in the history
* Buff Antihol's purge rate up (#83281)

## About The Pull Request

Buff Antihol's purge rate to 8u when pure (6u minimum)

## Why It's Good For The Game

Antihol in its current state is pretty worthless when its better than
multiver and calomel by 1u WHEN PURE and equal to them otherwise.

It does a pretty shit job when its supposed to purge a single category
of reagents (Alcoholic drinks) and the biggest offenders for poisoning
from massive volumes in the blood, This should make it actually worth
something even if its still inferior to potassium water purging.

## Changelog
:cl:
balance: Buffs Antihol's purge rate to 8u/tick when pure (6u/tick
minimum).
/:cl:

* Buff Antihol's purge rate up

---------

Co-authored-by: starrm4nn <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 20, 2024
1 parent d2b918f commit 5351744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@
. = ..()
for(var/effect in status_effects_to_clear)
affected_mob.remove_status_effect(effect)
affected_mob.reagents.remove_reagent(/datum/reagent/consumable/ethanol, 3 * REM * seconds_per_tick * normalise_creation_purity(), include_subtypes = TRUE)
affected_mob.reagents.remove_reagent(/datum/reagent/consumable/ethanol, 8 * REM * seconds_per_tick * normalise_creation_purity(), include_subtypes = TRUE)
if(affected_mob.adjustToxLoss(-0.2 * REM * seconds_per_tick, updating_health = FALSE, required_biotype = affected_biotype))
. = UPDATE_MOB_HEALTH
affected_mob.adjust_drunk_effect(-10 * REM * seconds_per_tick * normalise_creation_purity())
Expand Down

0 comments on commit 5351744

Please sign in to comment.