mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Fix for Blue Zombie tank :)
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
|
|
||||||
*.bak
|
*.bak
|
||||||
|
scorch.lab
|
||||||
|
scorch.lst
|
||||||
|
|||||||
@@ -702,7 +702,7 @@ GroundHitInSecondLoopR
|
|||||||
jmp SecondLoopR
|
jmp SecondLoopR
|
||||||
HitOnLeftSideOfTargetR
|
HitOnLeftSideOfTargetR
|
||||||
; decrease energy (a little)
|
; decrease energy (a little)
|
||||||
sbw Energy #5
|
sbw Force #5
|
||||||
NoHitInSecondLoopR
|
NoHitInSecondLoopR
|
||||||
; Angle 1 deg to right and end loop
|
; Angle 1 deg to right and end loop
|
||||||
dec NewAngle
|
dec NewAngle
|
||||||
@@ -781,7 +781,7 @@ GroundHitInSecondLoopL
|
|||||||
jmp SecondLoopL
|
jmp SecondLoopL
|
||||||
HitOnRightSideOfTargetL
|
HitOnRightSideOfTargetL
|
||||||
; decrease energy (a little)
|
; decrease energy (a little)
|
||||||
sbw Energy #5
|
sbw Force #5
|
||||||
NoHitInSecondLoopL
|
NoHitInSecondLoopL
|
||||||
; Angle 1 deg to left and end loop
|
; Angle 1 deg to left and end loop
|
||||||
inc NewAngle
|
inc NewAngle
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user