diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:49:35 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:49:35 -0400 |
commit | 1b49be1c9c8e8887564dbb0aa69519bc538d81e7 (patch) | |
tree | 77555d2c82ccdc70f5b4c11f6aae38bab9e3d588 /xml | |
parent | 8f385ec7ac5a78bc3bf70170f4ab39ebcac8e32a (diff) | |
parent | 0b38e943e1cd2ccd752f35358affd3fec08e23ca (diff) |
mergeeee
Diffstat (limited to 'xml')
-rw-r--r-- | xml/000.xml | 2 | ||||
-rw-r--r-- | xml/playerSpawnHill1.xml | 2 | ||||
-rw-r--r-- | xml/playerSpawnHill1_Building1.xml | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/xml/000.xml b/xml/000.xml index bf0af6c..1806332 100644 --- a/xml/000.xml +++ b/xml/000.xml @@ -19,7 +19,7 @@ </text> <text id="1"> ... - <gotox>700</gotox> + <gotox>700</gotox> <set id="Slow" value="0"/> </text> </Dialog> diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 534b5d9..f997b4d 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -19,7 +19,7 @@ </text> <text id="1"> ... - <gotox>1000</gotox> + <gotox>1000</gotox> <set id="Slow" value="0"/> <set id="canSprint" value="1"/> </text> diff --git a/xml/playerSpawnHill1_Building1.xml b/xml/playerSpawnHill1_Building1.xml index 50b34e0..d5c07b3 100644 --- a/xml/playerSpawnHill1_Building1.xml +++ b/xml/playerSpawnHill1_Building1.xml @@ -9,18 +9,18 @@ <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> - Hey. Have a Dank MayMay :) - <give id="Dank MayMay" count="1"/></text> + Hey. Have a Dank MayMay :) + <give id="Dank MayMay" count="1"/></text> <text id="1" nextid="2"> - What? You want another Dank MayMay? - </text> + 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> |