Skip to content

Commit 33e1063

Browse files
authored
Fixes Holy Water performing water metabolization twice, giving more blood 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:
1 parent 1f25479 commit 33e1063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/modules/reagents/chemistry/reagents/other_reagents.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@
384384

385385
/datum/reagent/water/holywater/on_mob_life(mob/living/carbon/affected_mob, seconds_per_tick, times_fired)
386386
. = ..()
387-
. = ..()
388387

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

0 commit comments

Comments
 (0)