diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-15 06:40:40 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-15 06:40:40 +0000 |
commit | 12e7af060a5bf1d129d95b8d6d6ec10c88fd48df (patch) | |
tree | 3faec10c872b345792f588ad0ff14dd5df3c30c6 | |
parent | 759554144c3af1e7cf990b891e021ad0ca571775 (diff) | |
download | clientdata-12e7af060a5bf1d129d95b8d6d6ec10c88fd48df.tar.gz clientdata-12e7af060a5bf1d129d95b8d6d6ec10c88fd48df.tar.bz2 clientdata-12e7af060a5bf1d129d95b8d6d6ec10c88fd48df.tar.xz clientdata-12e7af060a5bf1d129d95b8d6d6ec10c88fd48df.zip |
1032 plant become gamboge plant
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index a5357d4c..af6edbe6 100644 --- a/monsters.xml +++ b/monsters.xml @@ -206,8 +206,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1031" name="Giant Maggot" targetCursor="large"> <sprite>monsters/giantmaggot.xml</sprite> </monster> - <monster id="1032" name="Plant" targetCursor="medium"> - <sprite>monsters/plant.xml</sprite> + <monster id="1032" name="Gamboge Plant" targetCursor="medium"> + <sprite>monsters/plant.xml|#ef9b0f</sprite> </monster> <monster id="1033" name="Pumpkin" targetCursor="medium"> <sprite>monsters/pumpkin.xml</sprite> |