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:
HMBGERDO
2024-02-04 21:15:20 +00:00
committed by GitHub
parent 90ddc89809
commit ecc109915a
39 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -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