You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
288 B
11 lines
288 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Grimrail Enforcers", "ptBR")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L.sphere_fail_message = "Bolha foi removida - Eles estão todos se curando :("
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Oshir", "ptBR")
|
||
|
|
if L then
|
||
|
|
L.freed = "Libertado após %.1f seg!"
|
||
|
|
end
|