diff options
author | Reid <reidyaro@gmail.com> | 2017-08-19 20:50:25 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2017-08-19 20:50:25 +0200 |
commit | c070bcd6916c367744eaea185f0cd83352cb7475 (patch) | |
tree | 79fa10a1247f4dd76803744c737acfd7f8a85340 /db | |
parent | 6685c5397626fdfb530b1e3dfdc255123d21b6c0 (diff) | |
download | serverdata-c070bcd6916c367744eaea185f0cd83352cb7475.tar.gz serverdata-c070bcd6916c367744eaea185f0cd83352cb7475.tar.bz2 serverdata-c070bcd6916c367744eaea185f0cd83352cb7475.tar.xz serverdata-c070bcd6916c367744eaea185f0cd83352cb7475.zip |
Add speech/narrator constants.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 71f93230..365622dd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3775,6 +3775,12 @@ constants_db: { RIGHT: 6 RIGHTDOWN: 7 + comment__: "speechflags" + S_FIRST_BLANK_LINE: 1 + S_LAST_BLANK_LINE: 2 + S_LAST_NEXT: 4 + S_NO_NPC_NAME: 8 + comment__: "npcs" NPC_KNIVES: 100 NPC_DEMON_MAN: 101 |