From fe2ff0b15c892d365d595a1bcfe93c727ac47bad Mon Sep 17 00:00:00 2001 From: rjtanner Date: Sat, 31 Jan 2009 07:49:14 +0000 Subject: [PATCH] Give dragons scales (flesh/dragon/dragon_sca.arc) 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) git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11292 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 8 ++++++++ flesh/dragon/dragon_sca.arc | 4 ++++ 2 files changed, 12 insertions(+) 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