summaryrefslogtreecommitdiff
path: root/npc/001-2-36
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2017-08-19 20:52:22 +0200
committerReid <reidyaro@gmail.com>2017-08-19 20:52:22 +0200
commit0ea634980d06edb580d9872b71139e60012f5b91 (patch)
tree44d1105db985fef63984e64a3f670d15ac6485ac /npc/001-2-36
parent4a3d156faea0b1b4eaa16bb5039327a9862f3449 (diff)
downloadserverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.gz
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.bz2
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.xz
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.zip
Replace bit flags by constants on narrator and speech functions.
Diffstat (limited to 'npc/001-2-36')
-rw-r--r--npc/001-2-36/training_room_npc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-36/training_room_npc.txt b/npc/001-2-36/training_room_npc.txt
index d7f9e443..022b5d2e 100644
--- a/npc/001-2-36/training_room_npc.txt
+++ b/npc/001-2-36/training_room_npc.txt
@@ -63,7 +63,7 @@ start:
getmapxy(.@map$, .@x, .@y, 0);
if (.@x < 24 || .@x > 32 || .@y < 33 || .@y > 43)
{
- speech 1, l("Please enter the combat zone on the left.");
+ speech S_FIRST_BLANK_LINE, l("Please enter the combat zone on the left.");
close;
}