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 ff785a579..e0d855863 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -22,7 +22,7 @@ if (.@pos > 0) { // Reverse it so top 10 value is 2, and top 2 value is 10. .@pos=11-.@pos; - getitem StrangeCoin, .@pos*2; + getitem StrangeCoin, .@pos*5; } } } |