diff options
Diffstat (limited to 'maps/018-1.tmx')
-rw-r--r-- | maps/018-1.tmx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index 6b13e37e..7c6d5365 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -365,5 +365,13 @@ <property name="monster_id" value="35"/> </properties> </object> + <object name="Butterfly" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="20"/> + <property name="eA_spawn" value="30"/> + <property name="max_beings" value="20"/> + <property name="monster_id" value="53"/> + </properties> + </object> </objectgroup> </map> |