Poprawki indentacji, zmiana defaultowego koloru walki wlasnej, bug w /op
This commit is contained in:
parent
722f56fc0f
commit
c63a5ec172
9 changed files with 118 additions and 118 deletions
|
@ -295,7 +295,7 @@
|
|||
/endif %;\
|
||||
/done %;\
|
||||
/let _szer=$[wrapsize / 2 - 4] %;\
|
||||
/test echo(strcat("+", strrep("-", {_szer} * 2 - 44 - %{wrapspace}), "+")) %;\
|
||||
/test echo(strcat("+", strrep("-", {_szer} * 2 - 46 - %{wrapspace}), "+")) %;\
|
||||
/let i=0 %;\
|
||||
/while (i < 4) \
|
||||
/let i1=$[{i} * 2 + 1] %;\
|
||||
|
@ -314,7 +314,7 @@
|
|||
/set _zb2=$[substr({_zb2},_k2+1)] %;\
|
||||
/test echo(strcat("| ", pad({_name}, - {_szer} + 25 + %{wrapspace}), " | ", pad({_name2}, - {_szer} + 24 + %{wrapspace}), " |")) %;\
|
||||
/done %;\
|
||||
/test echo(strcat("+", strrep("-", {_szer} * 2 - 44 - %{wrapspace}), "+")) %;\
|
||||
/test echo(strcat("+", strrep("-", {_szer} * 2 - 46 - %{wrapspace}), "+")) %;\
|
||||
/endif %;\
|
||||
/test ++i %;\
|
||||
/done %;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue