Fixed NEW:WALL2_P ignoring the probability argument
This commit is contained in:
parent
7fdb2c5092
commit
a86d5f1e36
1 changed files with 3 additions and 1 deletions
|
@ -1071,7 +1071,7 @@
|
|||
#enddef
|
||||
|
||||
#define NEW:WALL2_P TERRAINLIST ADJACENT1 ADJACENT2 PROB IMAGESTEM
|
||||
{NEW:WALL {TERRAINLIST} {ADJACENT1} {IMAGESTEM}}
|
||||
{NEW:WALL_P {TERRAINLIST} {ADJACENT1} {PROB} {IMAGESTEM}}
|
||||
|
||||
[terrain_graphics]
|
||||
map="
|
||||
|
@ -1095,6 +1095,7 @@
|
|||
[/tile]
|
||||
|
||||
rotations=tr,r,br,bl,l,tl
|
||||
probability={PROB}
|
||||
|
||||
[image]
|
||||
layer=0
|
||||
|
@ -1126,6 +1127,7 @@
|
|||
[/tile]
|
||||
|
||||
rotations=tr,r,br,bl,l,tl
|
||||
probability={PROB}
|
||||
|
||||
[image]
|
||||
layer=0
|
||||
|
|
Loading…
Add table
Reference in a new issue