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.
10 lines
288 B
10 lines
288 B
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
|
|
|