diff --git a/CHANGES b/CHANGES index 8c55f7716..770ea4ea4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ Changes for SVN top of tree: +flesh/dragon/dragon_sca.arc +Give dragons scales object type 73 (inorganic), this avoids alerts in +server logs: "Query_cost: item green dragon scale hasn't got a valid type" +but with all scale colors. Note: object type 72 (flesh) caused the dragon +scales weight to increase from 25Kg to 50000Kg and made the scales edible - +neither is desirable. +Rick Tanner 2009-01-31 + misc/t_boulder.arc Give throwing boulders object type 15 (weapon), this avoids this alert in the server logs: "Query_cost: item boulder hasn't got a valid type" diff --git a/flesh/dragon/dragon_sca.arc b/flesh/dragon/dragon_sca.arc index ca66b95d6..0ba84c597 100644 --- a/flesh/dragon/dragon_sca.arc +++ b/flesh/dragon/dragon_sca.arc @@ -1,6 +1,7 @@ Object dragon_scale name dragon scale nrof 1 +type 73 face dragon_sca.111 magicmap dark_orange weight 25000 @@ -10,6 +11,7 @@ end Object blue_dragon_scale name blue dragon scale nrof 1 +type 73 face dragon_blue_scale.111 magicmap blue weight 25000 @@ -19,6 +21,7 @@ end Object green_dragon_scale name green dragon scale nrof 1 +type 73 face dragon_green_scale.111 magicmap green weight 25000 @@ -28,6 +31,7 @@ end Object orange_dragon_scale name orange dragon scale nrof 1 +type 73 face dragon_orange_scale.111 magicmap orange weight 25000