mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
Bouncy Castle bounces Funky Bomb bug fixed #129
This commit is contained in:
BIN
Binary file not shown.
@@ -1897,6 +1897,13 @@ NoDefence
|
|||||||
lsrw Force ; Force = Force / 2 - because earlier we multiplied by 2
|
lsrw Force ; Force = Force / 2 - because earlier we multiplied by 2
|
||||||
rts ; END !!!
|
rts ; END !!!
|
||||||
BouncyCastle
|
BouncyCastle
|
||||||
|
; now in Y we have number of of the attacking player (TankNr) !
|
||||||
|
lda ActiveWeapon,y
|
||||||
|
; if Bouncy Castle bounced Funky Bomb - whole screen in range of soil down
|
||||||
|
cmp #ind_Funky_Bomb_____
|
||||||
|
bne @+
|
||||||
|
jsr SetFullScreenSoilRange
|
||||||
|
@
|
||||||
mva #sfx_shield_on sfx_effect
|
mva #sfx_shield_on sfx_effect
|
||||||
; now run defensive-aggressive weapon - Bouncy Castle (previously known as Auto Defence)!
|
; now run defensive-aggressive weapon - Bouncy Castle (previously known as Auto Defence)!
|
||||||
mva #1 Erase
|
mva #1 Erase
|
||||||
|
|||||||
Reference in New Issue
Block a user