Update EnemyPercentReporter.xml

slight typo fix
main
Icecool 3 years ago
parent 3f5cfc760e
commit abc7bec905

@ -176,7 +176,7 @@ function announceMobPercent()
end
if string.lower(getZone()) == "transcend" then
if getEnemyName() == "Void Trooper" then
send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName()))
Send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName()))
elseif getEnemyName() == "Void Guardian" then
Send(("%s %s @D[@WRoom %d@D]@w %s is at @R%s%%@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName(), mpmsg))
end

Loading…
Cancel
Save