summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/events.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index 6521667f1..443b601cf 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -428,7 +428,8 @@ function auroraListRewards {
mesn;
freeloop(true);
for (.@i=0; .@i < getarraysize($FYREWARD_PT); .@i++) {
- mes l("%d pts - %d %s",
+ mes l("%s %d pts - %d %s",
+ (.@r > .@i ? "%%A" : (.@r == .@i ? "%%E" : "%%B")), // Status Indicator
$FYREWARD_PT[.@i], $FYREWARD_AM[.@i], getitemlink($FYREWARD_ID[.@i]));
// You're at this milestone? Hmm
if (.@r == .@i) {