diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-04 08:47:03 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-04 08:47:03 -0500 |
commit | 0a06697db87063b77b71388278933807899568ef (patch) | |
tree | bb8d876e266761c7aac8656c2d75793855826bd0 /xml | |
parent | 5fadac5d0f37f574ca160107d832d11b421ad559 (diff) | |
parent | 30dd8efe8d71648bea7604ebee5afc4d55b25a6b (diff) |
merge
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index c770e0f..2e8b2aa 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -10,16 +10,14 @@ <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="false" /> - <!-- <structure type="5" inside="playerSpawnHill1_Building1.xml" /> --> <village name="the Cranmore Tubing Park"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> <structure type="5" x="-500" inside="playerSpawnHill1_Building1.xml"/> <stall type="market" texture="assets/style/classic/stall.png"> <buy item="Dank MayMay" cost="420"/> <sell item="Dank MayMay" cost="666"/> - </stall> - <stall type="trader" texture="assets/style/classic/stall.png"> - <trade item="Dank MayMay" item1="Sword"/> + <trade quantity="420" item="Dank MayMay" quantity1="1" item1="Wood Sword"/> + <trade quantity="666" item="Wood Sword" quantity1="420" item1="Dank MayMay"/> </stall> </village> |