mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
test suite: mob attack chain (#28440)
* test suite: mob attack chain * 100% random zone probability in tests
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
streak += intent_to_streak(step)
|
||||
var/mob/living/carbon/human/owner = locateUID(owner_UID)
|
||||
if(istype(owner) && !QDELETED(owner))
|
||||
owner.hud_used.combo_display.update_icon(ALL, streak)
|
||||
if(owner.hud_used)
|
||||
owner.hud_used.combo_display.update_icon(ALL, streak)
|
||||
return check_combos(step, user, target, could_start_new_combo)
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user