Add movement on chaseCrit vocalization

This commit is contained in:
2026-04-01 16:45:35 +01:00
parent c1bddbae20
commit 97134e2652
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ chaseCritInternal w cr =
, const searchIfDamaged
, const (crType . meleeCooldown %~ max 0 . subtract 1)
, const (crVocalization . vcCoolDown %~ max 0 . subtract 1)
, const (crVocalization . vcTimer +~ 1)
]
-- SpreadGunAI ->