Fix for Blue Zombie tank :)

This commit is contained in:
Pecusx
2022-08-01 10:12:23 +02:00
parent 8e0aa974e7
commit 2f1f016ce0
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,2 +1,4 @@
*.bak
scorch.lab
scorch.lst
+2 -2
View File
@@ -702,7 +702,7 @@ GroundHitInSecondLoopR
jmp SecondLoopR
HitOnLeftSideOfTargetR
; decrease energy (a little)
sbw Energy #5
sbw Force #5
NoHitInSecondLoopR
; Angle 1 deg to right and end loop
dec NewAngle
@@ -781,7 +781,7 @@ GroundHitInSecondLoopL
jmp SecondLoopL
HitOnRightSideOfTargetL
; decrease energy (a little)
sbw Energy #5
sbw Force #5
NoHitInSecondLoopL
; Angle 1 deg to left and end loop
inc NewAngle
BIN
View File
Binary file not shown.