summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-01-30 23:39:17 -0300
committerJesusaves <cpntb1@ymail.com>2025-01-30 23:39:17 -0300
commitc639cba7be5794075f9cf73b5abfbdc21c190fed (patch)
treeb069ba5cfd89daf0a0049fb91a5f1d68abb069b7
parent369383cc68625ddfa9b2129b8a459bdae754a004 (diff)
downloadserverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.gz
serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.bz2
serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.xz
serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.zip
CI Fix
-rw-r--r--npc/019-4-1/ofelia.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/ofelia.txt b/npc/019-4-1/ofelia.txt
index 4f6f92223..0406588be 100644
--- a/npc/019-4-1/ofelia.txt
+++ b/npc/019-4-1/ofelia.txt
@@ -43,7 +43,7 @@ L_Reward:
.@expectation = getq(General_Narrator) + REBIRTH + (JobLevel >= 100) + min(2, BaseLevel/100);
// So if you meet my "expectation", you get a free extra pull.
if (.@progress >= .@expectation)
- .@progress += 1
+ .@progress += 1;
// Some explanation and last chance for regrets
mesc l("Prizes are divided in 9 categories: Food, Tea, Cake, Potions, Paper, Exploration, Boxes, Dyes and Rares. You'll do %d pulls in total.", .@progress);
mesc l("All categories have an equal chance of being selected, except for Rares, which are always the 15th and 30th pull. Every 5 non-rare pulls, you'll also get some Strange Coins as a memento.");