diff options
-rw-r--r-- | maps/013-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/013-3.tmx b/maps/013-3.tmx index e5a735b8..c85ad9d0 100644 --- a/maps/013-3.tmx +++ b/maps/013-3.tmx @@ -281,8 +281,8 @@ </object> <object name="Black Scorpion" type="spawn" x="3392" y="640" width="224" height="736"> <properties> - <property name="eA_death" value="40000"/> - <property name="eA_spawn" value="80000"/> + <property name="eA_death" value="25000"/> + <property name="eA_spawn" value="50000"/> <property name="max_beings" value="20"/> <property name="monster_id" value="7"/> </properties> |