diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-06 17:07:11 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-06 17:07:11 -0400 |
commit | 1f762f82f929cfd21222739a627a32e6199c34a9 (patch) | |
tree | f6a9f5dbac7f52ea99fdbed051c57ce7db7cfc70 /xml | |
parent | 791ebed6017b8846f8bd63c323c12a5c56fe14b9 (diff) |
bow work, fixed dirt drawing
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index d9bed58..2ffed91 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" health="1" x="647.35724" y="63.59906" dindex="0"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-228.03703" y="65.798965" dindex="0"/> + <npc name="Sanc" hasDialog="true" health="1" x="507.65619" y="67.099007" dindex="0"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-146.74963" y="61.999046" dindex="0"/> <structure type="1" spawnx="300" alive="1"/> <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> <chest alive="1"/> @@ -30,5 +30,6 @@ <text id="0"> <set id="Slow" value="0"/> <set id="canSprint" value="1"/> + <set id="canJump" value="1"/> </text> </Dialog> |