diff options
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 6046b21c..f5da4c0b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -501,6 +501,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or </monster> <monster id="1085" name="Mister Prickel" targetCursor="medium"> <sprite>monsters/mister-prickel.xml</sprite> + <attack id="1" action="attack"/> + <attack id="2" action="attack_distance"/> </monster> <monster id="1086" name="Small Frog" targetCursor="small"> <sprite>monsters/frog-small.xml</sprite> |