Skip to content

Commit

Permalink
Fixes Holy Water performing water metabolization twice, giving more b…
Browse files Browse the repository at this point in the history
…lood and making you less drunk (tgstation#80440)

## About The Pull Request

~~Fixes Holy Water taking double the time it's supposed to take to
deconvert, and fixes it metabolizing out at twice the normal speed.~~

Fixes Holy Water performing water metabolization twice, giving more
blood and making you less drunk

## Why It's Good For The Game

lmfao ~~this is why deconversion for cult sucked~~ so bad

## Changelog

:cl:
fix: Fixes Holy Water giving you more blood and making you less drunk
than water normally does.
/:cl:
  • Loading branch information
Iamgoofball authored Dec 22, 2023
1 parent 1f25479 commit 33e1063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/reagents/chemistry/reagents/other_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@

/datum/reagent/water/holywater/on_mob_life(mob/living/carbon/affected_mob, seconds_per_tick, times_fired)
. = ..()
. = ..()

data["deciseconds_metabolized"] += (seconds_per_tick * 1 SECONDS * REM)

Expand Down

0 comments on commit 33e1063

Please sign in to comment.