diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-17 17:13:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-17 17:18:20 -0300 |
commit | 01d25bf909bcb98a07bdb3be50cc819eb26e136f (patch) | |
tree | 48a3190ed9a97b1c2ccc2409613121a3dd1e2d09 | |
parent | 6b0970c7561fc2103afd07561d7a245ce2388039 (diff) | |
download | clientdata-01d25bf909bcb98a07bdb3be50cc819eb26e136f.tar.gz clientdata-01d25bf909bcb98a07bdb3be50cc819eb26e136f.tar.bz2 clientdata-01d25bf909bcb98a07bdb3be50cc819eb26e136f.tar.xz clientdata-01d25bf909bcb98a07bdb3be50cc819eb26e136f.zip |
if make pipeline complains, DO NOT PUSH IT.
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index f0a98035..d3dae9f4 100644 --- a/monsters.xml +++ b/monsters.xml @@ -520,6 +520,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1115" name="Big Sapphire Bif" targetCursor="medium"> <sprite>monsters/bigbif.xml|#4b4bbd,888af4</sprite> + </monster> <!-- FIXME broken XML <monster id="1116" name="Demonic Mouboo" targetCursor="medium"> <sprite>monsters/demonicmouboo.xml</sprite> @@ -527,7 +528,6 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/demonicmouboo.particle.xml</particlefx> </monster> --> - </monster> <monster id="1117" name="Small Magic Bif" targetCursor="small"> <sprite>monsters/smallbif.xml|#ffa10c,ff0e93</sprite> <particlefx>graphics/particles/smallmagicbif.particle.xml</particlefx> @@ -540,7 +540,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>monsters/bigbif.xml|#ff059d,ff0e93</sprite> <particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx> </monster> + <!-- FIXME missing XML <monster id="1120" name="Jack'O" targetCursor="medium"> <sprite>monsters/jack.xml</sprite> </monster> + --> </monsters> |