From 66f04802d597b39f9214d84983df4469deefe332 Mon Sep 17 00:00:00 2001 From: mwedel Date: Sun, 28 Dec 2003 05:50:28 +0000 Subject: [PATCH] Update subtype of dragon claws. Also add animation/face information so that the players face can change when they get this ability. MSW 2003-12-27 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2496 282e977c-c81d-0410-88c4-b93c2d0d6712 --- player/dragon_ability/player_claws.arc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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