mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Shield witch parachute added
Only for test. Now all players has active Shield with energy (99) and witch parachute before game. Alo added display name of active defensive weapon on statusbar, and some fixes.
This commit is contained in:
+2
-2
@@ -129,11 +129,11 @@ START
|
||||
jsr RandomizeSequence
|
||||
; for the round #1 shooting sequence is random
|
||||
|
||||
; activate shield with energy for all players (test)
|
||||
; activate shield with energy and parachute for all players (test)
|
||||
ldx numberOfPlayers
|
||||
dex
|
||||
@
|
||||
mva #58 ActiveDefenceWeapon,x
|
||||
mva #57 ActiveDefenceWeapon,x
|
||||
mva #99 ShieldEnergy,x ; set energy of shield
|
||||
dex
|
||||
bpl @-
|
||||
|
||||
Reference in New Issue
Block a user