diff options
author | Reid <reidyaro@gmail.com> | 2016-10-23 16:48:00 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-10-23 16:48:00 +0200 |
commit | 3cf826a0bad763f4ae1395d126fc1d6a90da172e (patch) | |
tree | b5e8f2972bf672cdb64f325554280d31f65321e4 /maps/001-1.tmx | |
parent | f8c6c4265910e30e282ff67c5139f97b96ca8767 (diff) | |
download | clientdata-3cf826a0bad763f4ae1395d126fc1d6a90da172e.tar.gz clientdata-3cf826a0bad763f4ae1395d126fc1d6a90da172e.tar.bz2 clientdata-3cf826a0bad763f4ae1395d126fc1d6a90da172e.tar.xz clientdata-3cf826a0bad763f4ae1395d126fc1d6a90da172e.zip |
Fix some issues with warps and spawns datas.s20161024
Diffstat (limited to 'maps/001-1.tmx')
-rw-r--r-- | maps/001-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/001-1.tmx b/maps/001-1.tmx index dcaac112..0a352a8e 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -1802,7 +1802,7 @@ <object id="88" name="Fluffy" type="spawn" x="5600" y="1024" width="320" height="480"> <properties> <property name="death" value="18000"/> - <property name="max_beings" value="1"/> + <property name="max_beings" value="6"/> <property name="monster_id" value="1022"/> <property name="script" value="Mobs#001-1::OnFluffyDeath"/> <property name="spawn" value="100000"/> @@ -1811,7 +1811,7 @@ <object id="89" name="Fluffy" type="spawn" x="5984" y="1536" width="320" height="480"> <properties> <property name="death" value="18000"/> - <property name="max_beings" value="1"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1022"/> <property name="script" value="Mobs#001-1::OnFluffyDeath"/> <property name="spawn" value="100000"/> |