diff options
author | Stefan Dombrowski <sdo451@gmail.com> | 2013-03-09 11:13:39 +0100 |
---|---|---|
committer | Stefan Dombrowski <sdo451@gmail.com> | 2013-03-09 11:13:39 +0100 |
commit | b4e5ebf841c7fd7288c45978653c4afd4b14c5b2 (patch) | |
tree | 5a02dca14c588ee3128114d1fe28c13fbcaa6a2a | |
parent | d0bcf73a15ab39b80b57a5f5415a49fd4b9704a5 (diff) | |
download | clientdata-b4e5ebf841c7fd7288c45978653c4afd4b14c5b2.tar.gz clientdata-b4e5ebf841c7fd7288c45978653c4afd4b14c5b2.tar.bz2 clientdata-b4e5ebf841c7fd7288c45978653c4afd4b14c5b2.tar.xz clientdata-b4e5ebf841c7fd7288c45978653c4afd4b14c5b2.zip |
Jacko in woodland mine: reducing respawn time
Reducing the respawn time to 2-3 minutes. Players
complained about the long waiting time.
Reviewed-by: Johanne, bjorn
-rw-r--r-- | maps/018-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index 7b8adaf7..fe07834e 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -179,8 +179,8 @@ </object> <object name="Jack O" type="spawn" x="5344" y="608" width="576" height="640"> <properties> - <property name="eA_death" value="240000"/> - <property name="eA_spawn" value="300000"/> + <property name="eA_death" value="120000"/> + <property name="eA_spawn" value="180000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="20"/> </properties> |