Bug.
This commit is contained in:
parent
18a90cbb70
commit
0ebfb0a691
2 changed files with 5 additions and 4 deletions
|
@ -105,7 +105,7 @@
|
||||||
/let _ktobije=%{PR}%;\
|
/let _ktobije=%{PR}%;\
|
||||||
/endif%;\
|
/endif%;\
|
||||||
/if ({P1} =~"Jestes")\
|
/if ({P1} =~"Jestes")\
|
||||||
/return substitute(strcat("[", decode_attr({_enemy_count}, {zc_bold}), "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ". ", "<<<<<", {_ktobije}))%;\
|
/return substitute(strcat("[", decode_attr({_enemy_count}, {zc_crit}), "] ", {PL}, decode_attr("### TY ### ", {zc_bold}), {P2}, ". ", decode_attr("<<<<<", {zc_crit}), {_ktobije}))%;\
|
||||||
/else \
|
/else \
|
||||||
/return substitute(strcat("[", decode_attr({_enemy_count}, {zc_bold}), "] ", {PL}, {P1}, " ", {P2}, ". ", "<<<<<", {_ktobije}))%;\
|
/return substitute(strcat("[", decode_attr({_enemy_count}, {zc_bold}), "] ", {PL}, {P1}, " ", {P2}, ". ", "<<<<<", {_ktobije}))%;\
|
||||||
/endif
|
/endif
|
||||||
|
|
|
@ -13,9 +13,10 @@
|
||||||
typo_%{1} = /send $$[strcat ({PL}, '%{param2}', replace('%{param1}', '%{param2}', {PR}))]
|
typo_%{1} = /send $$[strcat ({PL}, '%{param2}', replace('%{param1}', '%{param2}', {PR}))]
|
||||||
|
|
||||||
/def -mregexp -Fp2 -t'(przybywaja|podazaja) (z(e|)|na) [wzpgd]' _liczenie_teamow = \
|
/def -mregexp -Fp2 -t'(przybywaja|podazaja) (z(e|)|na) [wzpgd]' _liczenie_teamow = \
|
||||||
/let _ile=%{PL} %; \
|
/unset _il_wr%;\
|
||||||
/let _ile=$[replace("##", " ", replace(" ", "_",replace(", ", "##", replace(" i ", "##", {_ile}))))]%; \
|
/let _ile=%{PL} %;\
|
||||||
/podlicz_team %{_ile}%; \
|
/let _ile=$[replace("##", " ", replace(" ", "_",replace(", ", "##", replace(" i ", "##", {_ile}))))]%;\
|
||||||
|
/podlicz_team %{_ile}%;\
|
||||||
/return substitute(strcat("[", decode_attr({_il_wr}, {zc_bold}), "] ", {PL}, {P0}, {PR}))%;\
|
/return substitute(strcat("[", decode_attr({_il_wr}, {zc_bold}), "] ", {PL}, {P0}, {PR}))%;\
|
||||||
/unset _il_wr
|
/unset _il_wr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue