diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-22 19:12:45 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-22 19:13:24 +0100 |
commit | a7fbe12a3a6aff9fc2876ffbee7ff373eb9eaf68 (patch) | |
tree | cfb6c2dba87437a36f38fb6a98385a6ea80b2f6c /maps/000-1.tmx | |
parent | da43f02672fbe713cb3423b43cc049fd6c61e9ac (diff) | |
download | clientdata-a7fbe12a3a6aff9fc2876ffbee7ff373eb9eaf68.tar.gz clientdata-a7fbe12a3a6aff9fc2876ffbee7ff373eb9eaf68.tar.bz2 clientdata-a7fbe12a3a6aff9fc2876ffbee7ff373eb9eaf68.tar.xz clientdata-a7fbe12a3a6aff9fc2876ffbee7ff373eb9eaf68.zip |
Fix bug with monster spawn in 000-1 map.
Diffstat (limited to 'maps/000-1.tmx')
-rw-r--r-- | maps/000-1.tmx | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index 6fb5879b..cf3d914f 100644 --- a/maps/000-1.tmx +++ b/maps/000-1.tmx @@ -205,7 +205,7 @@ <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> <property name="max_beings" value="4"/> - <property name="monster_id" value="1004"/> + <property name="monster_id" value="1006"/> </properties> </object> <object name="Tortugas" type="spawn" x="832" y="1952" width="736" height="352"> @@ -216,12 +216,12 @@ <property name="monster_id" value="1004"/> </properties> </object> - <object name="Croc" type="spawn" x="1056" y="800" width="640" height="1088"> + <object name="Tortugas" type="spawn" x="1056" y="800" width="640" height="1088"> <properties> <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> <property name="max_beings" value="4"/> - <property name="monster_id" value="1006"/> + <property name="monster_id" value="1004"/> </properties> </object> <object name="Croc" type="spawn" x="1696" y="896" width="672" height="224"> @@ -232,36 +232,28 @@ <property name="monster_id" value="1006"/> </properties> </object> - <object name="Croc" type="spawn" x="2368" y="820" width="792" height="776"> + <object name="Tortugas" type="spawn" x="2400" y="832" width="792" height="776"> <properties> <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> <property name="max_beings" value="3"/> - <property name="monster_id" value="1006"/> + <property name="monster_id" value="1004"/> </properties> </object> <object name="Croc" type="spawn" x="2400" y="2144" width="128" height="96"> <properties> <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="1006"/> </properties> </object> - <object name="Croc" type="spawn" x="2272" y="1568" width="928" height="640"> - <properties> - <property name="eA_death" value="28000"/> - <property name="eA_spawn" value="35000"/> - <property name="max_beings" value="4"/> - <property name="monster_id" value="1004"/> - </properties> - </object> - <object name="Croc" type="spawn" x="640" y="640" width="2624" height="3552"> + <object name="Little Blub" type="spawn" x="2272" y="1568" width="928" height="640"> <properties> <property name="eA_death" value="28000"/> <property name="eA_spawn" value="35000"/> - <property name="max_beings" value="10"/> - <property name="monster_id" value="1004"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1007"/> </properties> </object> <object name="Plushroom" type="spawn" x="2586" y="1935" width="64" height="128"> |