diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-07 17:19:33 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-07 17:19:33 +0000 |
commit | 92074ac8844ffd73d3c13b5f824ad72dd86375ef (patch) | |
tree | 367843e152e8becae9b75dc5b1242da25deafe71 /monsters.xml | |
parent | b935da0409baab8100cc56c316bc8b4c5e8242ca (diff) | |
download | clientdata-92074ac8844ffd73d3c13b5f824ad72dd86375ef.tar.gz clientdata-92074ac8844ffd73d3c13b5f824ad72dd86375ef.tar.bz2 clientdata-92074ac8844ffd73d3c13b5f824ad72dd86375ef.tar.xz clientdata-92074ac8844ffd73d3c13b5f824ad72dd86375ef.zip |
removed being-bound particle effects from scorpions and fire goblins.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index 0f65d649..4721dc57 100644 --- a/monsters.xml +++ b/monsters.xml @@ -14,7 +14,6 @@ <sound event="hit">scorpion-hit3.ogg</sound>
<sound event="hit">scorpion-hit4.ogg</sound>
<sound event="miss">scorpion-miss1.ogg</sound>
- <particlefx>graphics/particles/circle.particle.xml</particlefx>
</monster>
<monster id="2" name="Red Scorpion">
@@ -67,7 +66,6 @@ <sound event="hit">fire-goblin-hit1.ogg</sound>
<sound event="hit">fire-goblin-hit2.ogg</sound>
<sound event="miss">fire-goblin-miss1.ogg</sound>
- <particlefx>graphics/particles/flame.particle.xml</particlefx>
</monster>
<monster id="10" name="Spider">
|