diff options
-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"> |