test suite: mob attack chain (#28440)

* test suite: mob attack chain

* 100% random zone probability in tests
This commit is contained in:
warriorstar-orion
2025-02-20 15:03:21 +00:00
committed by GitHub
parent 0c48363fd1
commit 6359d3f41b
10 changed files with 189 additions and 4 deletions
+2 -1
View File
@@ -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