diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-04 23:42:24 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-04 23:42:24 -0700 |
commit | 409d37228bd915360acfba93e7672f06fc89d95b (patch) | |
tree | ae3a265f16c79b89513635f2de9dfa4565b47958 /maps | |
parent | 920287b891c85e110a1d731ea1ef1b985768cae7 (diff) | |
download | clientdata-409d37228bd915360acfba93e7672f06fc89d95b.tar.gz clientdata-409d37228bd915360acfba93e7672f06fc89d95b.tar.bz2 clientdata-409d37228bd915360acfba93e7672f06fc89d95b.tar.xz clientdata-409d37228bd915360acfba93e7672f06fc89d95b.zip |
Replace grass snakes near mines entrance by bats
Diffstat (limited to 'maps')
-rw-r--r-- | maps/018-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index 00eef086..ab4f9bbe 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -325,12 +325,12 @@ <property name="monster_id" value="6"/> </properties> </object> - <object name="Grass Snake" type="spawn" x="1952" y="2592" width="480" height="576"> + <object name="Bat" type="spawn" x="1952" y="2592" width="480" height="576"> <properties> <property name="eA_death" value="50000"/> <property name="eA_spawn" value="100000"/> <property name="max_beings" value="3"/> - <property name="monster_id" value="32"/> + <property name="monster_id" value="15"/> </properties> </object> <object name="Red Slime" type="spawn" x="4960" y="704" width="384" height="608"> |