diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-26 07:32:42 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-26 07:32:42 +0000 |
commit | cd0c11b0b6d60334005f9357cb278dd34a5ab103 (patch) | |
tree | 28a73e3713ab94448085f436652521c0661ec826 | |
parent | 11f855f7d7f3a246b20f2f507317a891191ca49c (diff) | |
download | art-cd0c11b0b6d60334005f9357cb278dd34a5ab103.tar.gz art-cd0c11b0b6d60334005f9357cb278dd34a5ab103.tar.bz2 art-cd0c11b0b6d60334005f9357cb278dd34a5ab103.tar.xz art-cd0c11b0b6d60334005f9357cb278dd34a5ab103.zip |
add mountain snake
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 0275cab1..c3762577 100644 --- a/monsters.xml +++ b/monsters.xml @@ -5,6 +5,9 @@ <sprite>monsters/accessories/moubooeastereyes.xml</sprite> <sprite>monsters/accessories/moubooeastertail.xml</sprite> </monster> - <monster id="1122" name="Snake" targetCursor="medium"> + <monster id="1122" name="Snake" targetCursor="medium"> <sprite>monsters/snake.xml|#664d28,a6673a,dbbc86,ffffff</sprite> + </monster> + <monster id="1123" name="Mountain Snake" targetCursor="medium"> + <sprite>monsters/snake.xml|#585b39,a67c5d,dbc9a9,ffffff</sprite> </monster>
\ No newline at end of file |