mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Optable fixes (#24101)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user