removes check_block() and martial art block_chance (#28399)

This commit is contained in:
chuga-git
2025-02-20 09:08:21 -06:00
committed by GitHub
parent 55605ad8ae
commit a08280714c
4 changed files with 0 additions and 24 deletions
-4
View File
@@ -628,10 +628,6 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
if(H.check_shields(src, force, "the [name]", MELEE_ATTACK, armour_penetration_flat, armour_penetration_percentage))
return FALSE
if(H.check_block())
visible_message("<span class='warning'>[H] blocks [src]!</span>")
return FALSE
if(M != user)
M.visible_message("<span class='danger'>[user] has stabbed [M] in the eye with [src]!</span>", \
"<span class='userdanger'>[user] stabs you in the eye with [src]!</span>")