summaryrefslogtreecommitdiff
path: root/npc/019-4-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-22 18:56:43 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-22 18:56:43 -0200
commitca02632b4620f9363ca3fc062fb4edaf7dee4208 (patch)
tree2066aa29b73f449f3ba32dad712a73ed07191f9e /npc/019-4-1
parent993cb1442abc9e8b09655d1ce7d9df62198797e0 (diff)
downloadserverdata-ca02632b4620f9363ca3fc062fb4edaf7dee4208.tar.gz
serverdata-ca02632b4620f9363ca3fc062fb4edaf7dee4208.tar.bz2
serverdata-ca02632b4620f9363ca3fc062fb4edaf7dee4208.tar.xz
serverdata-ca02632b4620f9363ca3fc062fb4edaf7dee4208.zip
Fix typos. And zero gifts will never get a reward, so even if it sounds like nonsense,
warn players that they still need to give gifts to be eligible for rewards
Diffstat (limited to 'npc/019-4-1')
-rw-r--r--npc/019-4-1/chief.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt
index ed3221235..74afdae89 100644
--- a/npc/019-4-1/chief.txt
+++ b/npc/019-4-1/chief.txt
@@ -154,7 +154,7 @@ L_Main:
// You need to give at least this many boxes yourself to be eligible for rewards, though.
.@gifts=min(15, log2($XMAS_GIFTS/100))+1;
mesq l("If things keep like this, we will only manage to give @@ gifts to every player...", .@gifts);
- if (.@q < .@gifts)
+ if (.@q < .@gifts || !.@q)
mesc l("WARNING: You must give at least @@ boxes more before event ends to be eligible for a reward!", .@gifts-.@q), 1;
next;
if (.@q) {
@@ -169,9 +169,9 @@ L_Main:
case 6: mesq l("Atonishing. Six gifts is the real deal. Easy to guess: 6400 is the next milestone."); break;
case 7: mesq l("Impressive. Seven gifts! Now, 12800 is not easy. I understand if everyone gives up."); break;
case 8: mesq l("Eight gifts. Let's double the goal. 25600 gifts. Did you guys hire some chinese gold farmers, anyway?"); break;
- case 9: mesq l("How did you got that much? Nine gifts, and 512000 if you want even more."); break;
+ case 9: mesq l("How did you got that much? Nine gifts, and 51200 if you want even more."); break;
case 10: mesq l("Want to break the hundredthousand item limit?? Ten gifts, for more, bring 102,400 boxes here."); break;
- case 11: mesq l("Elevel gifts? You guys really have no live! For 204,800 I'll give an extra one."); break;
+ case 11: mesq l("Eleven gifts? You guys really have no live! For 204,800 I'll give an extra one."); break;
case 12: mesq l("Twelve... There is no way people collected this many gifts. Anyway. 404,800 is the next milestone."); break;
case 13: mesq l("What the f...? Four Hundred Thousand??? Must be a bug. Next milestone is 819,200. Cheaters."); break;
case 14: mesq l("I must report this to Jesusalva. The inventory system can't handle that much. Want more? Try 1,638,400."); break;