diff --git a/player/dragon_ability/player_claws.arc b/player/dragon_ability/player_claws.arc index aaf3ea45a..839ca5afb 100644 --- a/player/dragon_ability/player_claws.arc +++ b/player/dragon_ability/player_claws.arc @@ -5,12 +5,15 @@ msg Your claws are enveloped in a hot blazing fire! endmsg type 74 +subtype 31 invisible 1 attacktype 4 no_drop 1 editable 0 skill clawing +animation red_dragon2 end +# Object ice_clawing name ice claws title clawing @@ -18,12 +21,15 @@ msg Your claws are covered with shards of ice! endmsg type 74 +subtype 31 invisible 1 attacktype 16 no_drop 1 editable 0 skill clawing +animation green_dragon2 end +# Object electric_clawing name electric claws title clawing @@ -31,12 +37,15 @@ msg Your claws emmit sparks of electricity! endmsg type 74 +subtype 31 skill clawing invisible 1 attacktype 8 no_drop 1 editable 0 +animation blue_dragon2 end +# Object poison_clawing name poison claws title clawing @@ -44,11 +53,13 @@ msg Your claws are now poisoned! endmsg type 74 +subtype 31 skill clawing invisible 1 attacktype 1024 no_drop 1 editable 0 +animation black_dragon2 end