diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/events.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index d566d5bd1..ff785a579 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -22,8 +22,7 @@ if (.@pos > 0) { // Reverse it so top 10 value is 2, and top 2 value is 10. .@pos=11-.@pos; - EVENT_POINTS=.@pos*10; - mesc l("You got @@ Event Points for leaderboard position.", .@pos*10), 2; + getitem StrangeCoin, .@pos*2; } } } |