diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/events.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 2 insertions, 2 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; } } } diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index aa04a279c..20060d5cc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -807,7 +807,7 @@ function script clientupdater { UPDATE=1587915715; if (EVENT_POINTS) { - getitem StrangeCoin, EVENT_POINTS/5; + getitem StrangeCoin, EVENT_POINTS/2; EVENT_POINTS=0; } |