Update 'papik.sk'

main
Anorak_1 2022-09-13 19:09:55 +00:00
parent c0a3aebfb9
commit 545d1885ec
1 changed files with 9 additions and 9 deletions

View File

@ -7,23 +7,23 @@ function teamInfo(tmn: text):
broadcast "%{_tmn}%" broadcast "%{_tmn}%"
if "%{_tmn}%" is "IDList1": if "%{_tmn}%" is "IDList1":
return "紅 &cKarmínová" return "紅 &cKarmínová"
if "%{_tmn}%" is "IDList2": else if "%{_tmn}%" is "IDList2":
return "橙 &6Jantarová" return "橙 &6Jantarová"
if "%{_tmn}%" is "IDList3": else if "%{_tmn}%" is "IDList3":
return "黃 &eKrémová" return "黃 &eKrémová"
if "%{_tmn}%" is "IDList4": else if "%{_tmn}%" is "IDList4":
return "婊 &aLimetková" return "婊 &aLimetková"
if "%{_tmn}%" is "IDList5": else if "%{_tmn}%" is "IDList5":
return "綠 &2Smaragdová" return "綠 &2Smaragdová"
if "%{_tmn}%" is "IDList6": else if "%{_tmn}%" is "IDList6":
return "松 &3Azurová" return "松 &3Azurová"
if "%{_tmn}%" is "IDList7": else if "%{_tmn}%" is "IDList7":
return "色 &bBlankytná" return "色 &bBlankytná"
if "%{_tmn}%" is "IDList8": else if "%{_tmn}%" is "IDList8":
return "藍 &9Nebeská" return "藍 &9Nebeská"
if "%{_tmn}%" is "IDList9": else if "%{_tmn}%" is "IDList9":
return "紫 &5Nachová" return "紫 &5Nachová"
if "%{_tmn}%" is "IDList10": else if "%{_tmn}%" is "IDList10":
return "粉 &dŠvestková" return "粉 &dŠvestková"
else: else:
return "" return ""