summaryrefslogtreecommitdiff
path: root/npc/003-1/events.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-03 09:47:32 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-03 09:47:32 -0300
commitdc7ac20a35937914893fdcec7c9797c5bdc0b417 (patch)
tree9d501fff9c5478c9b1b5219dbe55149389474006 /npc/003-1/events.txt
parent1d822e73cbc97d7ad9688a585b84f4360b244580 (diff)
downloadserverdata-dc7ac20a35937914893fdcec7c9797c5bdc0b417.tar.gz
serverdata-dc7ac20a35937914893fdcec7c9797c5bdc0b417.tar.bz2
serverdata-dc7ac20a35937914893fdcec7c9797c5bdc0b417.tar.xz
serverdata-dc7ac20a35937914893fdcec7c9797c5bdc0b417.zip
Swap deprecation formula
Diffstat (limited to 'npc/003-1/events.txt')
-rw-r--r--npc/003-1/events.txt2
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;
}
}
}