UtBS: Fix a few issues found by the schema validator
This commit is contained in:
parent
f2c578995b
commit
855ac6962e
2 changed files with 3 additions and 3 deletions
|
@ -433,7 +433,7 @@
|
|||
array=tents
|
||||
[do]
|
||||
{RANDOM 0..100}
|
||||
{VARIABLE_OP random sub this_item.y}
|
||||
{VARIABLE_OP random sub $this_item.y}
|
||||
[if]
|
||||
[variable]
|
||||
name=random
|
||||
|
|
|
@ -377,7 +377,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
value=Rogrimir
|
||||
equals=Rogrimir
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
@ -425,7 +425,7 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=ally_name
|
||||
value=Rogrimir
|
||||
equals=Rogrimir
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
|
|
Loading…
Add table
Reference in a new issue