diff options
-rw-r--r-- | maps/009-1.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/009-1.tmx b/maps/009-1.tmx index 4c79ebb0..6a07c270 100644 --- a/maps/009-1.tmx +++ b/maps/009-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.5" orientation="orthogonal" renderorder="right-down" width="140" height="130" tilewidth="32" tileheight="32" infinite="0" nextobjectid="41"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="140" height="130" tilewidth="32" tileheight="32" nextobjectid="41"> <properties> <property name="license" value="not specified"/> <property name="manaplus version" value="2"/> @@ -1475,7 +1475,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ffff00" name="spawns" visible="0"> + <objectgroup color="#ffff00" name="spawns"> <object id="30" name="Giant Maggot" type="spawn" x="1219" y="850" width="1836" height="720"> <properties> <property name="death" value="90000"/> @@ -1497,6 +1497,7 @@ <property name="death" value="45000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1067"/> + <property name="script" value="Fisherman::OnKillFireGoblin"/> <property name="spawn" value="45000"/> </properties> </object> |