Fixed bug in prisoner index calculation
Introduced in commit 3d792e54a4
This commit is contained in:
parent
aef1fd4e59
commit
1b2a135abc
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@
|
||||||
[/else]
|
[/else]
|
||||||
[/if]
|
[/if]
|
||||||
|
|
||||||
{VARIABLE_OP random_prisoner_i rand "1..$($killable_prisoners.length - 1)"}
|
{VARIABLE_OP random_prisoner_i rand "0..$($killable_prisoners.length - 1)"}
|
||||||
|
|
||||||
[store_unit]
|
[store_unit]
|
||||||
[filter]
|
[filter]
|
||||||
|
|
Loading…
Add table
Reference in a new issue