diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-29 17:56:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-29 17:56:48 -0400 |
commit | 3766c45c62eeca442e9ab700c09c547f08615b62 (patch) | |
tree | 37e2c5c2c28f7a0c79eb39daa6276e018595be18 /xml/town.xml | |
parent | df12451f837854c816bed32ae0d962fba9601959 (diff) |
chests, item dropping
Diffstat (limited to 'xml/town.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 5ee8397..b9da09c 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="414.76144" y="62.599087" dindex="9999"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="356.11185" y="60.999081" dindex="0"/> + <npc name="Sanc" hasDialog="true" health="1" x="464.45755" y="65.399185" dindex="0"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-772.5" y="59.999001" dindex="0"/> <structure type="1" spawnx="300" alive="1"/> <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> <chest alive="1"/> @@ -13,6 +13,7 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> + <give id="Dank MayMay" count="10"/> <content alive="1"> Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol </content> |