diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-23 19:14:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-23 19:14:39 -0300 |
commit | ce2231320333105a96c64ebd8aa5ddb3515a4cac (patch) | |
tree | 9b2e2fc3822aed79787f530ddd9e1ef28dcd7a28 /maps/014-5.tmx | |
parent | 8b5a48184b8b59b39f63c8b39c32af1dba69750f (diff) | |
download | clientdata-ce2231320333105a96c64ebd8aa5ddb3515a4cac.tar.gz clientdata-ce2231320333105a96c64ebd8aa5ddb3515a4cac.tar.bz2 clientdata-ce2231320333105a96c64ebd8aa5ddb3515a4cac.tar.xz clientdata-ce2231320333105a96c64ebd8aa5ddb3515a4cac.zip |
Mouboos are assist (I did not counted with that), so their numbers must be kept trim.
Diffstat (limited to 'maps/014-5.tmx')
-rw-r--r-- | maps/014-5.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/014-5.tmx b/maps/014-5.tmx index 6aa57175..fad85628 100644 --- a/maps/014-5.tmx +++ b/maps/014-5.tmx @@ -2341,7 +2341,7 @@ <object id="41" name="Margin" type="fixme" x="0" y="4000" width="640" height="640"/> <object id="42" name="Margin" type="fixme" x="0" y="320" width="640" height="640"/> </objectgroup> - <objectgroup color="#007fff" id="11" name="Spawns" visible="0"> + <objectgroup color="#007fff" id="11" name="Spawns"> <object id="50" name="Log Head" type="spawn" x="3456" y="1984" width="3136" height="2848"> <properties> <property name="death" value="20000"/> @@ -2353,7 +2353,7 @@ <object id="55" name="Mouboo" type="spawn" x="640" y="4288" width="3136" height="2848"> <properties> <property name="death" value="20000"/> - <property name="max_beings" value="21"/> + <property name="max_beings" value="16"/> <property name="monster_id" value="1023"/> <property name="spawn" value="20000"/> </properties> |