diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
commit | dff621732099934ba5aba09c6b5c3df87b9858b5 (patch) | |
tree | a4121d241a322c0a8c679ce6ba03f33bc9bb5622 /xml/!town.xml | |
parent | 1a4780bad1cc40b43ebe6d93baba0f89572194d4 (diff) |
bow/arrow updates, food
Diffstat (limited to 'xml/!town.xml')
-rw-r--r-- | xml/!town.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index a038bee..29673b0 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -52,9 +52,13 @@ </Dialog> <Dialog name="Sanc"> - <text id="0" nexit="0" pause="true"> + <text id="0" nextid="1" pause="true"> <set id="Slow" value="0"/> <set id="canSprint" value="1"/> <set id="canJump" value="1"/> </text> + <text id="1" nextid="1"> + <give name="Arrow" count="20" /> + <content>Have some more, bud.</content> + </text> </Dialog> |