diff options
-rw-r--r-- | maps/017-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/017-1.tmx b/maps/017-1.tmx index f6c85ca2..3ba17bc3 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -2534,7 +2534,7 @@ <object id="16" name="E" type="fixme" x="7360" y="-32" width="640" height="8256"/> <object id="17" name="W" type="fixme" x="0" y="0" width="640" height="8224"/> </objectgroup> - <objectgroup color="#ff7f00" id="12" name="Spawn" visible="0"> + <objectgroup color="#ff7f00" id="12" name="Spawn"> <object id="27" name="Cyan Butterfly" type="spawn" x="960" y="1696" width="4864" height="4928"> <properties> <property name="death" value="30000"/> @@ -2562,7 +2562,7 @@ <object id="34" name="Alizarin Plant" type="spawn" x="640" y="256" width="6976" height="7328"> <properties> <property name="death" value="45000"/> - <property name="max_beings" value="15"/> + <property name="max_beings" value="45"/> <property name="monster_id" value="1188"/> <property name="spawn" value="45000"/> </properties> |