diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-04-01 17:34:29 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-04-01 17:34:29 +0200 |
commit | f3c37e7cc98157a57a70071dd1447170c413a82a (patch) | |
tree | 5804ef9dd23e1bb45dd133777450130369e0e2e9 /maps/017-1.tmx | |
parent | 1dccaa5060ba18df40755154c0072e868d8b697b (diff) | |
download | clientdata-f3c37e7cc98157a57a70071dd1447170c413a82a.tar.gz clientdata-f3c37e7cc98157a57a70071dd1447170c413a82a.tar.bz2 clientdata-f3c37e7cc98157a57a70071dd1447170c413a82a.tar.xz clientdata-f3c37e7cc98157a57a70071dd1447170c413a82a.zip |
Clover patches on 017-1:
Remove one of the spawns and give a much larger delay to the other one.
Diffstat (limited to 'maps/017-1.tmx')
-rw-r--r-- | maps/017-1.tmx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/maps/017-1.tmx b/maps/017-1.tmx index 4dec3234..ef1d42e3 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -61,14 +61,8 @@ </object> <object name="Clover Patch" type="spawn" x="3136" y="960" width="96" height="64"> <properties> - <property name="eA_death" value="15000"/> - <property name="max_beings" value="1"/> - <property name="monster_id" value="35"/> - </properties> - </object> - <object name="Clover Patch" type="spawn" x="3104" y="960" width="128" height="32"> - <properties> - <property name="eA_death" value="15000"/> + <property name="eA_death" value="50000"/> + <property name="eA_spawn" value="150000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="35"/> </properties> |