diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-28 23:42:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-28 23:42:42 -0300 |
commit | a28e8b4f1e9a5e29c3457996a705160525e4ec72 (patch) | |
tree | de1f082379f0e54deb2171ed60ffdec73540a7cc /maps/005-1.tmx | |
parent | c896db24636a034be709ea430c3f4a11ab92eebb (diff) | |
download | clientdata-a28e8b4f1e9a5e29c3457996a705160525e4ec72.tar.gz clientdata-a28e8b4f1e9a5e29c3457996a705160525e4ec72.tar.bz2 clientdata-a28e8b4f1e9a5e29c3457996a705160525e4ec72.tar.xz clientdata-a28e8b4f1e9a5e29c3457996a705160525e4ec72.zip |
Make Diamond Bif spawn 2 minutes faster in Candor :<r09.3_190630
No need to make this so difficult. Also, we wanted another bif...?
Diffstat (limited to 'maps/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/005-1.tmx b/maps/005-1.tmx index 7041c27c..997c0af4 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -1868,7 +1868,7 @@ </object> <object id="74" name="Diamond Bif" type="spawn" x="928" y="2113" width="96" height="64"> <properties> - <property name="death" value="250000"/> + <property name="death" value="130000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1108"/> <property name="script" value="Rosen::OnKillMBif"/> |