mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
more liquid dirt
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ price_Heavy_Sandhog__ = 305 ;_24
|
||||
price_Dirt_Clod______ = 104 ;_25
|
||||
price_Dirt_Ball______ = 130 ;_26
|
||||
price_Ton_of_Dirt____ = 171 ;_27
|
||||
price_Liquid_Dirt____ = 530 ;_28
|
||||
price_Liquid_Dirt____ = 100; 530 ;_28
|
||||
price_Dirt_Charge____ = 581 ;_29
|
||||
price_Earth_Disrupter = 0 ;430 ;_30
|
||||
price_Plasma_Blast___ = 0 ;274 ;_31
|
||||
|
||||
BIN
Binary file not shown.
+3
-2
@@ -855,7 +855,7 @@ EndOfTheDirt
|
||||
; ----------------
|
||||
.proc liquiddirt ;
|
||||
mva xdraw TempXfill
|
||||
mva #200 FillCounter
|
||||
mva #254 FillCounter
|
||||
RepeatFill
|
||||
mva TempXfill xdraw
|
||||
jsr checkRollDirection
|
||||
@@ -885,7 +885,8 @@ UpNotYet2
|
||||
lda HowMuchToFall
|
||||
cmp #1
|
||||
beq HowMuchToFallRight3
|
||||
.nowarn dew xdraw
|
||||
.nowarn
|
||||
dew xdraw
|
||||
lda xdraw
|
||||
bne RollinContinuesLiquid
|
||||
lda xdraw+1
|
||||
|
||||
Reference in New Issue
Block a user