diff --git a/data/campaigns/Heir_To_The_Throne/units/Cockatrice.cfg b/data/campaigns/Heir_To_The_Throne/units/Cockatrice.cfg index cd7b10cbd37..1a81452afc2 100644 --- a/data/campaigns/Heir_To_The_Throne/units/Cockatrice.cfg +++ b/data/campaigns/Heir_To_The_Throne/units/Cockatrice.cfg @@ -26,6 +26,7 @@ {WEAPON_SPECIAL_STONE} [/specials] [animation] + hits=no [missile_frame] begin=-200 end=0 @@ -44,6 +45,32 @@ image="units/cockatrice-attack2.png" [/frame] [/animation] + [animation] + hits=yes + [missile_frame] + begin=-200 + end=0 + image="projectiles/gaze.png" + image_diagonal="projectiles/gaze.png" + [/missile_frame] + [frame] + begin=-300 + end=-100 + image="units/cockatrice-attack1.png" + sound=wail.wav + [/frame] + [frame] + begin=-100 + end=0 + image="units/cockatrice-attack2.png" + [/frame] + [frame] + begin=0 + end=100 + image="units/cockatrice-attack2.png" + sound=stoned.ogg + [/frame] + [/animation] [/attack] [defend] [frame] diff --git a/sounds/stoned.ogg b/sounds/stoned.ogg new file mode 100644 index 00000000000..7298e9f46cb Binary files /dev/null and b/sounds/stoned.ogg differ