summaryrefslogtreecommitdiff
path: root/maps/055-3.tmx
diff options
context:
space:
mode:
authorHongwen Qiu <qiuhongwen@gmail.com>2012-11-22 14:38:33 +0800
committerBen Longbons <b.r.longbons@gmail.com>2012-11-22 10:56:40 -0800
commit5851bda025379a31e7226f9bae832588bbc68146 (patch)
tree7b939c8bc885a7dfaf7f76afafea1d12276d5130 /maps/055-3.tmx
parentfffd5f56e228f90a52040543b04b89695cca3861 (diff)
downloadclientdata-5851bda025379a31e7226f9bae832588bbc68146.tar.gz
clientdata-5851bda025379a31e7226f9bae832588bbc68146.tar.bz2
clientdata-5851bda025379a31e7226f9bae832588bbc68146.tar.xz
clientdata-5851bda025379a31e7226f9bae832588bbc68146.zip
Remove all instances of "Spawn " in monster names.
This is a fix for making #chipchip work in all maps. Also fix a typo.
Diffstat (limited to 'maps/055-3.tmx')
-rw-r--r--maps/055-3.tmx12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/055-3.tmx b/maps/055-3.tmx
index 45c55634..8c1d42eb 100644
--- a/maps/055-3.tmx
+++ b/maps/055-3.tmx
@@ -87,7 +87,7 @@
<object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3904" y="3520" width="32" height="32"/>
<object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3840" y="2624" width="32" height="32"/>
<object name="graphics/particles/flame.particle.xml" type="particle_effect" x="3232" y="2112" width="32" height="32"/>
- <object name="Spawn Red Slime" type="spawn" x="1125" y="1201" width="681" height="486">
+ <object name="Red Slime" type="spawn" x="1125" y="1201" width="681" height="486">
<properties>
<property name="eA_death" value="60000"/>
<property name="eA_spawn" value="10000"/>
@@ -95,7 +95,7 @@
<property name="monster_id" value="6"/>
</properties>
</object>
- <object name="Spawn Bats" type="spawn" x="0" y="0" width="32" height="32">
+ <object name="Bat" type="spawn" x="0" y="0" width="32" height="32">
<properties>
<property name="eA_death" value="45000"/>
<property name="eA_spawn" value="10000"/>
@@ -103,7 +103,7 @@
<property name="monster_id" value="15"/>
</properties>
</object>
- <object name="Spawn Yellow Slime" type="spawn" x="1265" y="1774" width="936" height="1343">
+ <object name="Yellow Slime" type="spawn" x="1265" y="1774" width="936" height="1343">
<properties>
<property name="eA_death" value="60000"/>
<property name="eA_spawn" value="10000"/>
@@ -111,7 +111,7 @@
<property name="monster_id" value="5"/>
</properties>
</object>
- <object name="Spawn Black Scorpion" type="spawn" x="0" y="0" width="32" height="32">
+ <object name="Black Scorpion" type="spawn" x="0" y="0" width="32" height="32">
<properties>
<property name="eA_death" value="35000"/>
<property name="eA_spawn" value="10000"/>
@@ -119,7 +119,7 @@
<property name="monster_id" value="7"/>
</properties>
</object>
- <object name="Spawn Spider" type="spawn" x="0" y="0" width="32" height="32">
+ <object name="Spider" type="spawn" x="0" y="0" width="32" height="32">
<properties>
<property name="eA_death" value="35000"/>
<property name="eA_spawn" value="10000"/>
@@ -127,7 +127,7 @@
<property name="monster_id" value="10"/>
</properties>
</object>
- <object name="Spawn Snake" type="spawn" x="0" y="0" width="32" height="32">
+ <object name="Snake" type="spawn" x="0" y="0" width="32" height="32">
<properties>
<property name="eA_death" value="20000"/>
<property name="eA_spawn" value="10000"/>