diff options
author | Reid <reidyaro@gmail.com> | 2016-10-13 22:49:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-10-13 22:49:22 +0200 |
commit | 22ef0b77c77363d018c8e0d68cfbcafa1f7a552e (patch) | |
tree | dbee9f3f33fa086027a6ec389bc6d0d32ecd7ae2 /maps/001-2-30.tmx | |
parent | 2fc38e901cd256147586a71687bcceda7f55cd88 (diff) | |
download | clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.gz clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.bz2 clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.xz clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.zip |
rename eA_spawn and eA_death into spawn and death.s20161017
Diffstat (limited to 'maps/001-2-30.tmx')
-rw-r--r-- | maps/001-2-30.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/001-2-30.tmx b/maps/001-2-30.tmx index 2688f912..6c921d12 100644 --- a/maps/001-2-30.tmx +++ b/maps/001-2-30.tmx @@ -468,8 +468,8 @@ </object> <object id="19" name="Ratto" type="spawn" x="0" y="0"> <properties> - <property name="eA_death" value="420000"/> - <property name="eA_spawn" value="240000"/> + <property name="death" value="420000"/> + <property name="spawn" value="240000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1005"/> </properties> |