mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fixes Unholy Water stun reduction being half as strong due to a copy+paste error (#67454)
This commit is contained in:
@@ -369,8 +369,8 @@
|
||||
|
||||
/datum/reagent/fuel/unholywater/on_mob_life(mob/living/carbon/M, delta_time, times_fired)
|
||||
if(IS_CULTIST(M))
|
||||
M.adjust_drowsyness(-5* REM * delta_time)
|
||||
M.AdjustAllImmobility(-40 *REM* REM * delta_time)
|
||||
M.adjust_drowsyness(-5 * REM * delta_time)
|
||||
M.AdjustAllImmobility(-40 * REM * delta_time)
|
||||
M.adjustStaminaLoss(-10 * REM * delta_time, 0)
|
||||
M.adjustToxLoss(-2 * REM * delta_time, 0)
|
||||
M.adjustOxyLoss(-2 * REM * delta_time, 0)
|
||||
|
||||
Reference in New Issue
Block a user