diff --git a/arkadia/stats.tf b/arkadia/stats.tf index ab95171..d581dcc 100644 --- a/arkadia/stats.tf +++ b/arkadia/stats.tf @@ -331,7 +331,7 @@ /let _cechy_sum=$[_cechy_str + _cechy_dex + _cechy_con + _cechy_int + _cechy_dis]%;\ /let _cechy_avg=$[_cechy_sum / 5]%;\ /let _cechy_lvl=$[trunc(_cechy_sum - 34) / 12]%;\ - /let _cechy_lfet=$[mod((_cechy_sum - 34),12)]%;\ + /let _cechy_left=$[mod((_cechy_sum - 34),12)]%;\ /test echo(strcat("+", strrep("-", 51), "+")) %;\ /test echo(pad("| ", 0, \ " Str ", 4, " |", 0, \ @@ -351,6 +351,6 @@ decode_attr(_cechy_avg, {zc_info}), 4, " |", 0)) %;\ /test echo(strcat("+", strrep("-", 51), "+")) %;\ /if ({_cechy_lvl} > 0)\ - /test echo(strcat("|", pad(strcat(_cechy_poziom({_cechy_lvl}), ", next: ", decode_attr($[12 - {_cechy_lfet}], {zc_info})), -51), "|"))%;\ + /test echo(strcat("|", pad(strcat(_cechy_poziom({_cechy_lvl}), ", next: ", decode_attr($[12 - {_cechy_left}], {zc_info})), -51), "|"))%;\ /endif%;\ /test echo(strcat("+", strrep("-", 51), "+"))