diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:07:48 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:07:48 -0600 |
commit | 4a1aaa4bba9aaffe0213d63b33419873983b8e75 (patch) | |
tree | 719ba8570ad34c243a05cb3c4836cab613788e61 /maps/008-1.tmx | |
parent | 37c279da41d3026cd6666bc5425e1ee18560ffd0 (diff) | |
download | clientdata-4a1aaa4bba9aaffe0213d63b33419873983b8e75.tar.gz clientdata-4a1aaa4bba9aaffe0213d63b33419873983b8e75.tar.bz2 clientdata-4a1aaa4bba9aaffe0213d63b33419873983b8e75.tar.xz clientdata-4a1aaa4bba9aaffe0213d63b33419873983b8e75.zip |
Add clover patches to woodland maps
Also add some flowers to Hurnscald
Diffstat (limited to 'maps/008-1.tmx')
-rw-r--r-- | maps/008-1.tmx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/008-1.tmx b/maps/008-1.tmx index 01937cc8..69e0875b 100644 --- a/maps/008-1.tmx +++ b/maps/008-1.tmx @@ -111,5 +111,12 @@ <property name="dest_y" value="752"/> </properties> </object> + <object name="Clover" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="1000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="35"/> + </properties> + </object> </objectgroup> </map> |