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
master
rjtanner 2009-01-31 07:49:14 +00:00
parent 1845395858
commit fe2ff0b15c
2 changed files with 12 additions and 0 deletions

View File

@ -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"

View File

@ -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