mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Stamina damage no longer bypass some checks (#23447)
* adjusting stamina damage no longer bypass some checks * no illness changes * i surrender on this, let it be
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
if(method == REAGENT_TOUCH)
|
||||
volume = ..()
|
||||
M.apply_damage(0.6*volume, BRUTE)
|
||||
M.adjustStaminaLoss(volume)
|
||||
M.apply_damage(volume, STAMINA)
|
||||
if(iscarbon(M))
|
||||
M.emote("scream")
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
if(method == REAGENT_TOUCH)
|
||||
volume = ..()
|
||||
M.apply_damage(0.4*volume, BURN)
|
||||
M.adjustStaminaLoss(volume)
|
||||
M.apply_damage(volume, STAMINA)
|
||||
if(M.reagents)
|
||||
M.reagents.add_reagent("frostoil", 0.4*volume)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user