diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 10:11:45 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 10:11:45 -0400 |
commit | d96c869152527ae0c570de1d1c8552ec64d7fddb (patch) | |
tree | 89ef30120517c769be5c6fbf3920f6952b723950 /xml | |
parent | 6f13e748c526576198d197ad194f4c1d8fdadec0 (diff) |
fixed quest menu, only entity vector in worlds
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 51fc08d..e824ef7 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -4,8 +4,8 @@ <generation type="Random" width="1600"/> <time>6000</time> <spawnx>-300</spawnx> - <npc name="Sanc" hasDialog="true"/> - <npc name="Bob" hasDialog="true" spawnx="30"/> + <npc name="Sanc" hasDialog="true" health="1" x="124.68252" y="61.799011" dindex="0"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="223.94865" y="63.39901" dindex="9999"/> <structure type="1" spawnx="300" alive="1"/> <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> <chest alive="1"/> |