make it compile for blocking test

This commit is contained in:
kevinz000
2020-04-11 03:40:52 -07:00
parent d44d5168d8
commit 99edc1e1a5
@@ -167,10 +167,12 @@ GLOBAL_LIST_EMPTY(block_parry_data)
/mob/living/proc/get_parry_time()
return world.time - parry_start_time
*/
/// same return values as normal blocking, called with absolute highest priority in the block "chain".
/mob/living/proc/run_parry(atom/object, damage, attack_text, attack_type, armour_penetration, mob/attacker, def_zone, list/return_list = list())
/*
/// Run counterattack if any
/mob/living/proc/run_parry_countereffects(atom/object, damage, attack_text, attack_type, armour_penetration, mob/attacker, def_zone, list/return_list = list())
var/datum/block_parry_data/data = get_parry_data()