diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-22 12:52:43 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-22 12:59:32 -0700 |
commit | 98f09f6ff806652cda8db9d99fa40368ff3a89b3 (patch) | |
tree | 38d2e57be361fca550b74d7d97f187efca703290 /maps/027-2.tmx | |
parent | 1f277ed96959bc20a4a1f9c4597be70c6858abeb (diff) | |
download | clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.gz clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.bz2 clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.tar.xz clientdata-98f09f6ff806652cda8db9d99fa40368ff3a89b3.zip |
Fix all the wrong spawn names
Diffstat (limited to 'maps/027-2.tmx')
-rw-r--r-- | maps/027-2.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/027-2.tmx b/maps/027-2.tmx index 38bc87f2..64758780 100644 --- a/maps/027-2.tmx +++ b/maps/027-2.tmx @@ -56,7 +56,7 @@ <property name="dest_y" value="1152"/> </properties> </object> - <object name="Drunken Skeleton" type="spawn" x="2432" y="1184" width="384" height="320"> + <object name="DrunkenSkeleton" type="spawn" x="2432" y="1184" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -64,7 +64,7 @@ <property name="monster_id" value="75"/> </properties> </object> - <object name="Tipsy Skeleton" type="spawn" x="2752" y="1088" width="384" height="320"> + <object name="TipsySkeleton" type="spawn" x="2752" y="1088" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -72,7 +72,7 @@ <property name="monster_id" value="76"/> </properties> </object> - <object name="Tipsy Skeleton" type="spawn" x="3360" y="672" width="384" height="384"> + <object name="TipsySkeleton" type="spawn" x="3360" y="672" width="384" height="384"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -80,7 +80,7 @@ <property name="monster_id" value="76"/> </properties> </object> - <object name="Drunken Skeleton" type="spawn" x="3168" y="768" width="384" height="320"> + <object name="DrunkenSkeleton" type="spawn" x="3168" y="768" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -88,7 +88,7 @@ <property name="monster_id" value="75"/> </properties> </object> - <object name="Drunken Lady Skeleton" type="spawn" x="2688" y="960" width="384" height="320"> + <object name="DrunkenLadySkeleton" type="spawn" x="2688" y="960" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> @@ -96,7 +96,7 @@ <property name="monster_id" value="77"/> </properties> </object> - <object name="Drunken Lady Skeleton" type="spawn" x="3552" y="704" width="384" height="320"> + <object name="DrunkenLadySkeleton" type="spawn" x="3552" y="704" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> |