diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 14:11:34 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 14:11:34 +0000 |
commit | 5e13cad72834b79f7cdc6cba73c10f1839274087 (patch) | |
tree | e6abf438634bfbe639b17949e9334aaff3079a21 /maps/018-1.tmx | |
parent | 5e3b3ca60fd86cc0872901dcd888d20077c040a0 (diff) | |
download | clientdata-5e13cad72834b79f7cdc6cba73c10f1839274087.tar.gz clientdata-5e13cad72834b79f7cdc6cba73c10f1839274087.tar.bz2 clientdata-5e13cad72834b79f7cdc6cba73c10f1839274087.tar.xz clientdata-5e13cad72834b79f7cdc6cba73c10f1839274087.zip |
Fix a few map bugs
Diffstat (limited to 'maps/018-1.tmx')
-rw-r--r-- | maps/018-1.tmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index 5712adf0..4ebae776 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -239,6 +239,8 @@ </object> <object name="Bat" type="spawn" x="4608" y="1312" width="352" height="288"> <properties> + <property name="eA_death" value="2500"/> + <property name="eA_spawn" value="5000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="15"/> </properties> |