diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-04 21:59:52 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-04 22:01:47 +0200 |
commit | 9990abb9170cd06df902e5b0bd08dd709d95d9d6 (patch) | |
tree | e78f0d8ef4984a133667c1f5eefef45da341c30e /maps | |
parent | f2fd72d891946c0bffd13485af18ce774bae1c17 (diff) | |
download | clientdata-9990abb9170cd06df902e5b0bd08dd709d95d9d6.tar.gz clientdata-9990abb9170cd06df902e5b0bd08dd709d95d9d6.tar.bz2 clientdata-9990abb9170cd06df902e5b0bd08dd709d95d9d6.tar.xz clientdata-9990abb9170cd06df902e5b0bd08dd709d95d9d6.zip |
Small fixes of previous commit (which put monsters.txt into map objects)
missing monster on 016-1
wrong named monster on 012-3
Diffstat (limited to 'maps')
-rw-r--r-- | maps/012-3.tmx | 2 | ||||
-rw-r--r-- | maps/016-1.tmx | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/maps/012-3.tmx b/maps/012-3.tmx index 156965a2..4fd0c858 100644 --- a/maps/012-3.tmx +++ b/maps/012-3.tmx @@ -449,7 +449,7 @@ <property name="monster_id" value="15"/> </properties> </object> - <object name="Bat" type="spawn" x="0" y="0"> + <object name="CaveSnake" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="0"/> <property name="eA_spawn" value="0"/> diff --git a/maps/016-1.tmx b/maps/016-1.tmx index e8ab696f..8a8965fc 100644 --- a/maps/016-1.tmx +++ b/maps/016-1.tmx @@ -131,12 +131,20 @@ </object> <object name="Mauve" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value=""/> + <property name="eA_death" value="0"/> <property name="eA_spawn" value="0"/> <property name="max_beings" value="3"/> <property name="monster_id" value="27"/> </properties> </object> + <object name="Mauve" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="180000"/> + <property name="eA_spawn" value="270000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="27"/> + </properties> + </object> <object name="Cobalt" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="0"/> |