diff --git a/arkadia/substitute.tf b/arkadia/substitute.tf index 6ae5d22..a625654 100644 --- a/arkadia/substitute.tf +++ b/arkadia/substitute.tf @@ -126,7 +126,7 @@ /if ({P1} =~ "Jestes")\ /set aggro=0%;\ /status_edit -r2 aggro:-2:C%c_main%;\ - /return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_alarm}), {P2}, ".", {PR}))%;\ + /return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ".", {PR}))%;\ /else \ /return substitute(strcat("[-] [", {_showkondycja}, "] ", {PL}, {P1}, " ", {P2}, ".", {PR}))%;\ /endif diff --git a/nightal/stats.tf b/nightal/stats.tf index 8e15316..bcc91b9 100644 --- a/nightal/stats.tf +++ b/nightal/stats.tf @@ -1,5 +1,5 @@ ; postepy -/set _postepy_max=20 +/set _postepy_max=19 /set _postepy_list=\ logowanie|\ znikome|\ diff --git a/nightal/substitute.tf b/nightal/substitute.tf index 0842d0e..b324fe4 100644 --- a/nightal/substitute.tf +++ b/nightal/substitute.tf @@ -41,7 +41,7 @@ /let _showkondycja=$[strcat(decode_attr(decode_attr("-LEDWO-", {zc_bold}), {zc_crit_background}))]%;\ /endif %;\ /if ({P1} =~ "Jestes")\ - /return substitute(strcat("[", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_alarm}), {P2}, ".", {PR}))%;\ + /return substitute(strcat("[", {_showkondycja}, "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ".", {PR}))%;\ /else \ /return substitute(strcat("[", {_showkondycja}, "] ", {PL}, {P1}, " ", {P2}, ".", {PR}))%;\ /endif