diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index dcb600d20..1b46253ce 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -24,7 +24,7 @@ if (.@pos > 0) { // Reverse it so top 10 value is 2, and top 2 value is 10. .@pos=11-.@pos; - getitem StrangeCoin, .@pos*5; + getitem StrangeCoin, .@pos*10; } } } |