This commit is contained in:
kevinz000
2020-05-27 21:07:07 -07:00
parent 162e79df23
commit f326c06324
10 changed files with 11 additions and 2 deletions
@@ -90,7 +90,7 @@
/mob/living/proc/keybind_start_active_blocking()
if(active_blocking || active_block_starting)
return FALSE
if(!CHECK_BITFIELD(combat_flags, COMBAT_FLAG_COMBAT_ACTIVE))
if(!SEND_SIGNAL(src, COMSIG_COMBAT_MODE_CHECK, COMBAT_MODE_ACTIVE))
to_chat(src, "<span class='warning'>You must be in combat mode to actively block!</span>")
return FALSE
var/obj/item/I = get_active_held_item()