From 2c640c370a7fcb6d0b35f8e1c73e7dd944f87dff Mon Sep 17 00:00:00 2001 From: pkali Date: Sat, 28 May 2022 09:42:38 -0400 Subject: [PATCH] Shooter shooting too strong #70 --- ai.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/ai.asm b/ai.asm index 1ce7645..838f4b0 100644 --- a/ai.asm +++ b/ai.asm @@ -123,6 +123,7 @@ tankIsOnTheRight forceNow mwa #100 RandBoundaryLow mwa #800 RandBoundaryHigh + ldx TankNr jsr RandomizeForce endo