Implement remote screen for launcher projectiles

This commit is contained in:
2024-09-27 10:39:21 +01:00
parent fb6fcff61c
commit 5f9fb183a9
35 changed files with 238 additions and 170 deletions
+3 -2
View File
@@ -18,7 +18,8 @@ import Dodge.Data.World
import Geometry.Data
sentinelAI :: World -> Creature -> Creature
sentinelAI w =
--sentinelAI w =
sentinelAI =
sentinelExtraWatchUpdate
[
( crHasTargetLOS
@@ -37,7 +38,7 @@ sentinelAI w =
]
)
]
w
-- w
where
advanceShoot = DoImpulses [UseItem, MoveForward 3]
tcid cr = _crID <$> _targetCr (_crIntention cr)