mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Small change
This commit is contained in:
@@ -452,9 +452,10 @@ ItIsHuman
|
|||||||
clc
|
clc
|
||||||
adc Energy,y ; if robotank energy=energy+100 (100 or 0 from PreferHumansFlag)
|
adc Energy,y ; if robotank energy=energy+100 (100 or 0 from PreferHumansFlag)
|
||||||
cmp temp2 ; lowest
|
cmp temp2 ; lowest
|
||||||
|
beq lowestIsEqual
|
||||||
bcc lowestIsHigher
|
bcc lowestIsHigher
|
||||||
; lower or equal
|
; if lower
|
||||||
bne lowestIsLower
|
lowestIsEqual
|
||||||
; if equal then select random (of two tanks)
|
; if equal then select random (of two tanks)
|
||||||
bit RANDOM
|
bit RANDOM
|
||||||
bmi lowestIsLower
|
bmi lowestIsLower
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user