diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-24 18:37:50 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-24 18:37:50 +0100 |
commit | 219947c780fe621724a32c852109a65a829f6599 (patch) | |
tree | fe11340095ebd08b8db786828362615f0eceb24e | |
parent | 5592513eeedcfb87fd2bf1dfa100ebb3830729f2 (diff) | |
download | serverdata-219947c780fe621724a32c852109a65a829f6599.tar.gz serverdata-219947c780fe621724a32c852109a65a829f6599.tar.bz2 serverdata-219947c780fe621724a32c852109a65a829f6599.tar.xz serverdata-219947c780fe621724a32c852109a65a829f6599.zip |
Boss points: fixup on punctuation
-rw-r--r-- | world/map/npc/025-4/battlecaves.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt index 0585d408..a0349847 100644 --- a/world/map/npc/025-4/battlecaves.txt +++ b/world/map/npc/025-4/battlecaves.txt @@ -54,7 +54,7 @@ L_Done: goto L_Summon; set cavefights, (cavefights | BATTLE_CAVE1); set BOSS_POINTS, BOSS_POINTS + 10; - message strcharinfo(0), "You gain 10 Boss Points giving you a total of " + BOSS_POINTS + "." + "."; + message strcharinfo(0), "You gain 10 Boss Points giving you a total of " + BOSS_POINTS + "."; end; OnMonsterDeath: |