diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-05 16:32:43 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-05 16:32:43 +0000 |
commit | f7267c5a15949048afdd3560fdb7f52a36dfd88f (patch) | |
tree | d96465bc7ff8985cff14441cbc16744fd71f2a7e /db/constants.conf | |
parent | 5c2ffa919d82c5a1b41c74ce1b5f9309af1d2e7e (diff) | |
download | serverdata-f7267c5a15949048afdd3560fdb7f52a36dfd88f.tar.gz serverdata-f7267c5a15949048afdd3560fdb7f52a36dfd88f.tar.bz2 serverdata-f7267c5a15949048afdd3560fdb7f52a36dfd88f.tar.xz serverdata-f7267c5a15949048afdd3560fdb7f52a36dfd88f.zip |
Real Estate attains the expected functionality.
Now we still need utility NPCs (eg. Piano could allow change map music)
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index f978b5605..a26946525 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3883,6 +3883,14 @@ constants_db: { MASK_UNUSED: 512 MASK_SPECIAL: 1024 + comment__: "Real Estate Collisions" + RES_OBJECTS: 1 + RES_UTILITIES: 5 + RES_LUXURY: 3 + RES_DECORATION: 2 + RES_SITTABLE: 4 + RES_WALLDECORATION: 6 + comment__: "speechflags" S_FIRST_BLANK_LINE: 1 S_LAST_BLANK_LINE: 2 |