diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-01 10:34:55 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-01 10:34:55 -0400 |
commit | 40e0c5d15ee6cd24bdc305e40ae6895aca18e669 (patch) | |
tree | 43e615bec6d86dba5f01e3133d5f412f3baf35cd /xml/playerSpawnHill1_Building1.xml | |
parent | f620d82757becbb2270a37921fc989cb777f8824 (diff) |
removed mob,build,npc vectors
Diffstat (limited to 'xml/playerSpawnHill1_Building1.xml')
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index 4fd30cb..233595b 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -10,17 +10,17 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> Hey. Have a Dank MayMay :) - <give id="Dank MayMay" count="1"/></text> + <give id="Dank MayMay" count="1"/></text> <text id="1" nextid="2"> What? You want another Dank MayMay? </text> <text id="2" nextid="3" pause="true"> K. - <give id="Dank MayMay" count="1"/></text> + <give id="Dank MayMay" count="1"/></text> <text id="3" nextid="4"> Well... I'm out of Dank MayMays. </text> <text id="4"> Have a sword though. - <give id="Wood Sword" count="1"/></text> + <give id="Wood Sword" count="1"/></text> </Dialog> |