Change the name of dragon scales and dragon mails to red dragon scales/mail.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13004 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
59ca06f0fd
commit
b73d5aa8b5
6
CHANGES
6
CHANGES
|
@ -1,6 +1,12 @@
|
|||
Changes for SVN top of tree:
|
||||
==============================================================================
|
||||
|
||||
Change the names of dragon scales and dragon mail to be red dragon
|
||||
scales/mail, this makes the naming consistant with green/blue/orange/etc
|
||||
dragon stuff. The arch names are not changed, so existing items will inherit
|
||||
the name change smoothly unless they have set a custom name.
|
||||
Brendan Lally 2010-04-27
|
||||
|
||||
Add NPC_Gift_Box, a no-drop container that can be put in NPCs inventory to
|
||||
hold items they should be able to give away, but not drop on being killed.
|
||||
Brendan Lally 2010-04-26
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Object dragon_mail
|
||||
name dragon mail
|
||||
name_pl dragon mails
|
||||
name red dragon mail
|
||||
name_pl red dragon mails
|
||||
client_type 251
|
||||
nrof 1
|
||||
type 16
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Object dragon_scale
|
||||
name dragon scale
|
||||
name red dragon scale
|
||||
nrof 1
|
||||
type 73
|
||||
face dragon_sca.111
|
||||
weight 25000
|
||||
name_pl dragon scales
|
||||
name_pl red dragon scales
|
||||
client_type 627
|
||||
end
|
||||
Object blue_dragon_scale
|
||||
|
|
Loading…
Reference in New Issue