diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/012-1.tmx | 2 | ||||
-rw-r--r-- | maps/014-3.tmx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index ebfb980f..00a33de8 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1129,7 +1129,7 @@ </object> <object id="27" name="Pinkie" type="spawn" x="1600" y="576" width="2272" height="1024"> <properties> - <property name="death" value="90000"/> + <property name="death" value="50000"/> <property name="max_beings" value="8"/> <property name="monster_id" value="1132"/> <property name="script" value="Hinnak::OnKillPinkie"/> 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"/> |