diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:16:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 10:16:27 -0300 |
commit | 2aa35c0c729d091a3d54863796930f797ae2133f (patch) | |
tree | 3e1726987e010ef8acf492fc4d1552f33314c39d /maps/014-3.tmx | |
parent | 6fadab15a292ab75618f51418cad88a8988db326 (diff) | |
download | clientdata-2aa35c0c729d091a3d54863796930f797ae2133f.tar.gz clientdata-2aa35c0c729d091a3d54863796930f797ae2133f.tar.bz2 clientdata-2aa35c0c729d091a3d54863796930f797ae2133f.tar.xz clientdata-2aa35c0c729d091a3d54863796930f797ae2133f.zip |
Make Pinkies respawn faster, or it'll be too difficult to finish the quest
Diffstat (limited to 'maps/014-3.tmx')
-rw-r--r-- | maps/014-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index ad61f570..7e14aad1 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1349,7 +1349,7 @@ </object> <object id="28" name="Pinkie" type="spawn" x="5440" y="2528" width="1440" height="992"> <properties> - <property name="death" value="90000"/> + <property name="death" value="50000"/> <property name="max_beings" value="6"/> <property name="monster_id" value="1132"/> <property name="script" value="Oscar::OnKillPinkie"/> |