diff options
author | Wushin <pasekei@gmail.com> | 2014-07-11 10:26:01 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-07-11 10:26:01 -0500 |
commit | 49664f0b404dc58c4d154c50144675fc5083ea45 (patch) | |
tree | 4685b974d6a8719850f811e3215514aa7aa0219f | |
parent | 179251b91fc815f9267cd77323989b014c52c5b7 (diff) | |
parent | 0a41ab8226ced991c15da61d7e732956076f0704 (diff) | |
download | clientdata-49664f0b404dc58c4d154c50144675fc5083ea45.tar.gz clientdata-49664f0b404dc58c4d154c50144675fc5083ea45.tar.bz2 clientdata-49664f0b404dc58c4d154c50144675fc5083ea45.tar.xz clientdata-49664f0b404dc58c4d154c50144675fc5083ea45.zip |
Merge pull request #133 from Cassy1/graveyard-inn-spawn-fix
Fixing spawns for Tipsy Skeleton and Drunken Lady Skeleton
-rw-r--r-- | maps/027-2.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/027-2.tmx b/maps/027-2.tmx index b68530e7..2e228f22 100644 --- a/maps/027-2.tmx +++ b/maps/027-2.tmx @@ -952,7 +952,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects" width="0" height="0" visible="0"> <object name="To Outside" type="warp" x="832" y="1088" width="32" height="32"> <properties> <property name="dest_map" value="027-1"/> @@ -1067,12 +1067,12 @@ <property name="monster_id" value="76"/> </properties> </object> - <object name="DrunkenLadySkeleton" type="spawn" x="2688" y="960" width="384" height="320"> + <object name="TipsySkeleton" type="spawn" x="2688" y="960" width="384" height="320"> <properties> <property name="eA_death" value="30000"/> <property name="eA_spawn" value="100000"/> <property name="max_beings" value="1"/> - <property name="monster_id" value="77"/> + <property name="monster_id" value="76"/> </properties> </object> </objectgroup> |