diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-19 15:39:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-19 15:39:52 -0300 |
commit | 77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c (patch) | |
tree | 7da77ca41268c0714c23930df3fc8bfbe532e18d | |
parent | 25169d81c33e9a1ba0bdbc2d64adc547355eb530 (diff) | |
download | clientdata-77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c.tar.gz clientdata-77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c.tar.bz2 clientdata-77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c.tar.xz clientdata-77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c.zip |
Fix monster density
-rw-r--r-- | maps/025-4.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/025-4.tmx b/maps/025-4.tmx index a7e0b782e..dea32f5e1 100644 --- a/maps/025-4.tmx +++ b/maps/025-4.tmx @@ -1042,7 +1042,7 @@ <object id="64" name="Nightmare Dragon" type="spawn" x="640" y="832" width="1152" height="864"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="16"/> + <property name="max_beings" value="12"/> <property name="monster_id" value="1230"/> <property name="spawn" value="60000"/> </properties> |