diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-18 17:38:24 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-18 17:38:24 -0200 |
commit | a1d9439d6cbdb407610bdcc2dce74ca9a8f7158c (patch) | |
tree | 07aa6136b0828796bbdecd82ca6b344904529854 | |
parent | 869482a438062ebd3482464ee9e268e13e6edd8d (diff) | |
download | clientdata-a1d9439d6cbdb407610bdcc2dce74ca9a8f7158c.tar.gz clientdata-a1d9439d6cbdb407610bdcc2dce74ca9a8f7158c.tar.bz2 clientdata-a1d9439d6cbdb407610bdcc2dce74ca9a8f7158c.tar.xz clientdata-a1d9439d6cbdb407610bdcc2dce74ca9a8f7158c.zip |
Reduce number of house maggots on 005-3 from 8 to 6
Trainer quest gets harder, Zegas quest gets easier. A fair trade-off (maybe)
-rw-r--r-- | maps/005-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/005-3.tmx b/maps/005-3.tmx index 2e542b86a..9895baca0 100644 --- a/maps/005-3.tmx +++ b/maps/005-3.tmx @@ -601,7 +601,7 @@ <object id="24" name="House Maggot" type="spawn" x="769" y="1091" width="701" height="258"> <properties> <property name="death" value="300000"/> - <property name="max_beings" value="8"/> + <property name="max_beings" value="6"/> <property name="monster_id" value="1084"/> <property name="script" value="Trainer::OnKillHouseMaggot"/> <property name="spawn" value="40000"/> |