desword adjustments

This commit is contained in:
kevinz000
2020-05-30 23:43:05 -07:00
parent 250d078596
commit 5b6e797c4f
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
if(IS_STAMCRIT(L))
to_chat(L, "<span class='warning'>You are too exhausted to swing [src]!</span>")
return
if(!CHECK_MOBILITY(L, MOBILITY_USE))
if(!CHECK_MOBILITY(L, MOBILITY_USE) && !(flags & ATTACKCHAIN_PARRY_COUNTERATTACK))
to_chat(L, "<span class='warning'>You are unable to swing [src] right now!</span>")
return
if(tool_behaviour && target.tool_act(user, src, tool_behaviour))