mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +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:
@@ -178,7 +178,7 @@
|
||||
var/mob/living/carbon/human/M = target
|
||||
if(istype(M.wear_suit))
|
||||
if(M.wear_suit.type in suit_types)
|
||||
M.adjustStaminaLoss(34)
|
||||
M.apply_damage(34, STAMINA)
|
||||
return 1
|
||||
|
||||
/obj/item/projectile/beam/lasertag/omni
|
||||
|
||||
Reference in New Issue
Block a user