diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-12 03:31:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-12 03:31:11 -0300 |
commit | 91bc0978fcf407059c90cc58fcb4e7e9c701745d (patch) | |
tree | 619327b9d88422d1d4d85a4208c6b644acde08cf /maps/025-3.tmx | |
parent | 9121230ac96a69aafc04a894364a1a6e49d5110c (diff) | |
download | clientdata-91bc0978fcf407059c90cc58fcb4e7e9c701745d.tar.gz clientdata-91bc0978fcf407059c90cc58fcb4e7e9c701745d.tar.bz2 clientdata-91bc0978fcf407059c90cc58fcb4e7e9c701745d.tar.xz clientdata-91bc0978fcf407059c90cc58fcb4e7e9c701745d.zip |
Swap some script events
Diffstat (limited to 'maps/025-3.tmx')
-rw-r--r-- | maps/025-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/025-3.tmx b/maps/025-3.tmx index f3c2681e..020dce7d 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.tmx @@ -1941,8 +1941,7 @@ <property name="death" value="30000"/> <property name="max_beings" value="16"/> <property name="monster_id" value="1038"/> - <property name="script" value="Impregnable#0F::OnMoubiKill"/> - <property name="spawn" value="60000"/> + <property name="spawn" value="90000"/> </properties> </object> <object id="4" name="Angry Bat" type="spawn" x="3040" y="3072" width="704" height="1376"> @@ -1950,6 +1949,7 @@ <property name="death" value="30000"/> <property name="max_beings" value="24"/> <property name="monster_id" value="1194"/> + <property name="script" value="Impregnable#0F::OnMoubiKill"/> <property name="spawn" value="30000"/> </properties> </object> |