diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-26 18:16:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-26 18:16:07 -0300 |
commit | 686cc80477a0b37c54d22921ce6e94aa464c8915 (patch) | |
tree | 73aea690c13d500e2f4125b638319ce874b649a5 | |
parent | 91c41a26cc735d7385c33d89746202c365ec1176 (diff) | |
download | clientdata-686cc80477a0b37c54d22921ce6e94aa464c8915.tar.gz clientdata-686cc80477a0b37c54d22921ce6e94aa464c8915.tar.bz2 clientdata-686cc80477a0b37c54d22921ce6e94aa464c8915.tar.xz clientdata-686cc80477a0b37c54d22921ce6e94aa464c8915.zip |
Reduce a bit the regular Pinkies in Pinkie Cave.
-rw-r--r-- | maps/025-2-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/025-2-3.tmx b/maps/025-2-3.tmx index 01e3d4c33..d2712d011 100644 --- a/maps/025-2-3.tmx +++ b/maps/025-2-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="10"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="10"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="license" value="CC BY-SA 4.0"/> @@ -786,7 +786,7 @@ <object id="6" name="Pinkie" type="spawn" x="1344" y="800" width="896" height="928"> <properties> <property name="death" value="8000"/> - <property name="max_beings" value="18"/> + <property name="max_beings" value="14"/> <property name="monster_id" value="1132"/> <property name="spawn" value="4000"/> </properties> |