diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:38:25 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:38:25 -0200 |
commit | 209fc55bc09c4d204de9d52988a7c48ab733cafa (patch) | |
tree | e2764f85a22c0ba230e35d60861924ae7b1c562f | |
parent | e312a3761bad20175daf06d963bb0dffd14ae448 (diff) | |
download | clientdata-209fc55bc09c4d204de9d52988a7c48ab733cafa.tar.gz clientdata-209fc55bc09c4d204de9d52988a7c48ab733cafa.tar.bz2 clientdata-209fc55bc09c4d204de9d52988a7c48ab733cafa.tar.xz clientdata-209fc55bc09c4d204de9d52988a7c48ab733cafa.zip |
[skip ci] bad field name
-rw-r--r-- | maps/023-2.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/023-2.tmx b/maps/023-2.tmx index 8af8245f..977756af 100644 --- a/maps/023-2.tmx +++ b/maps/023-2.tmx @@ -914,25 +914,25 @@ <objectgroup color="#ff7f00" name="spawns"> <object id="4" name="Moggun" type="spawn" x="2528" y="800" width="1120" height="1760"> <properties> - <property name="amount" value="15"/> + <property name="max_beings" value="15"/> <property name="monster_id" value="1070"/> </properties> </object> <object id="5" name="Water Fairy" type="spawn" x="864" y="1600" width="736" height="1760"> <properties> - <property name="amount" value="4"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1184"/> </properties> </object> <object id="6" name="Yeti" type="spawn" x="1056" y="1216" width="1408" height="448"> <properties> - <property name="amount" value="5"/> + <property name="max_beings" value="5"/> <property name="monster_id" value="1064"/> </properties> </object> <object id="9" name="Angry Bat" type="spawn" x="1344" y="1440" width="2560" height="1088"> <properties> - <property name="amount" value="8"/> + <property name="max_beings" value="8"/> <property name="monster_id" value="1194"/> </properties> </object> |