changed localization identifiers

This commit is contained in:
2022-07-23 12:27:20 -04:00
parent aaa089715d
commit e48fdbe323
10 changed files with 51 additions and 51 deletions

View File

@@ -24,7 +24,7 @@ function OnMinoriko02StarChange(keys)
end
if hero.thtd_minoriko_02_change >= keys.max_count then
CustomGameEventManager:Send_ServerToPlayer( caster:GetPlayerOwner() , "show_message", {msg="minoriko_max_change", duration=5, params={count=1}, color="#0ff"} )
CustomGameEventManager:Send_ServerToPlayer( caster:GetPlayerOwner() , "show_message", {msg="#minoriko_max_change", duration=5, params={count=1}, color="#0ff"} )
return
end
hero.thtd_minoriko_02_change = hero.thtd_minoriko_02_change + 1