Optable fixes (#24101)

This commit is contained in:
Luc
2024-03-20 16:11:10 -04:00
committed by GitHub
parent 0d27af414c
commit 2acd27f962
3 changed files with 29 additions and 28 deletions
@@ -500,6 +500,9 @@
if(target.check_block())
target.visible_message("<span class='warning'>[target] blocks [user]'s grab attempt!</span>")
return FALSE
if(!attacker_style && target.buckled)
target.buckled.user_unbuckle_mob(target, user)
return TRUE
if(attacker_style && attacker_style.grab_act(user, target) == MARTIAL_ARTS_ACT_SUCCESS)
return TRUE
else