Poprawki indentacji, zmiana defaultowego koloru walki wlasnej, bug w /op

This commit is contained in:
Bartek Stalewski 2012-08-15 02:05:55 +02:00
parent 722f56fc0f
commit c63a5ec172
9 changed files with 118 additions and 118 deletions

View file

@ -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 %;\