Rewrite some shroud definitions with ranges
This commit is contained in:
parent
43d7daa5c1
commit
da55370fbc
1 changed files with 4 additions and 4 deletions
|
@ -245,8 +245,8 @@
|
|||
# info to get updated correctly before the player’s turn
|
||||
[remove_shroud]
|
||||
side=1
|
||||
x=19,19,20,21,22,21,20,21,22,20,22,21,23,23
|
||||
y= 9,10, 8, 8, 8, 9, 9,10, 9,10,10,11, 9,10
|
||||
x=19-23,20-22,21
|
||||
y= 9-10, 8,11
|
||||
[/remove_shroud]
|
||||
|
||||
[remove_shroud]
|
||||
|
@ -288,8 +288,8 @@
|
|||
|
||||
[place_shroud]
|
||||
side=1
|
||||
x=19,19,20,21,22,21,20,21,22,20,22,21,23,23
|
||||
y= 9,10, 8, 8, 8, 9, 9,10, 9,10,10,11, 9,10
|
||||
x=19-23,20-22,21
|
||||
y= 9-10, 8,11
|
||||
[/place_shroud]
|
||||
|
||||
[redraw]
|
||||
|
|
Loading…
Add table
Reference in a new issue