door/Locked/key2.arc, misc/Container/bag.arc, misc/Container/bookshelf.arc,
misc/Container/cauldron.arc, misc/Container/chest_2.arc, misc/Container/depositbox.arc, misc/Container/key_ring.arc, misc/Container/mailbox.arc, misc/Container/pouch.arc, misc/Container/r_sack.arc misc/Container/sack.arc: Remove the 'a' from the objects name. The client adds it anyways, so you see 'a a bag' for example, but also when using the commands like 'drop that match on an item name, having to match against the 'a ' is a bit non intuitive. MSW 6/27/2000 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@357 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3e258ecdd1
commit
626d9156b3
9
CHANGES
9
CHANGES
|
@ -1,5 +1,14 @@
|
|||
Changes for CVS top of tree:
|
||||
|
||||
door/Locked/key2.arc, misc/Container/bag.arc, misc/Container/bookshelf.arc,
|
||||
misc/Container/cauldron.arc, misc/Container/chest_2.arc,
|
||||
misc/Container/depositbox.arc, misc/Container/key_ring.arc,
|
||||
misc/Container/mailbox.arc, misc/Container/pouch.arc,
|
||||
misc/Container/r_sack.arc misc/Container/sack.arc: Remove the 'a' from the
|
||||
objects name. The client adds it anyways, so you see 'a a bag' for example,
|
||||
but also when using the commands like 'drop that match on an item name, having
|
||||
to match against the 'a ' is a bit non intuitive. MSW 6/27/2000
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Changes for Crossfire 0.95.6:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object key2
|
||||
name a strange key
|
||||
name strange key
|
||||
race keys
|
||||
slaying set_individual_value
|
||||
face key2.111
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object bag
|
||||
name a bag
|
||||
name bag
|
||||
other_arch close_bag
|
||||
face bag.111
|
||||
type 122
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object bookshelf
|
||||
name a bookshelf
|
||||
name bookshelf
|
||||
other_arch close_shelf
|
||||
face bookshelf.111
|
||||
type 122
|
||||
|
|
|
@ -12,7 +12,7 @@ editable 128
|
|||
color_fg black
|
||||
end
|
||||
Object bad_cauldron
|
||||
name a cracked cauldron
|
||||
name cracked cauldron
|
||||
other_arch cauldron_open
|
||||
face cauldron.111
|
||||
type 122
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object chest_2
|
||||
name a chest
|
||||
name chest
|
||||
other_arch close_chest
|
||||
face chest_1.111
|
||||
type 122
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object depositbox
|
||||
name a deposit box
|
||||
name deposit box
|
||||
other_arch close_dbox
|
||||
race gold and jewels
|
||||
face depositbox.111
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object key_ring
|
||||
name a key ring
|
||||
name key ring
|
||||
other_arch close_key_ring
|
||||
race keys
|
||||
face key_ring.111
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object mailbox
|
||||
name a mailbox
|
||||
name mailbox
|
||||
other_arch close_mail
|
||||
face mailbox.111
|
||||
type 122
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object pouch
|
||||
name a pouch
|
||||
name pouch
|
||||
other_arch close_pouch
|
||||
race gold and jewels
|
||||
face pouch.111
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object r_sack
|
||||
name a rucksack
|
||||
name rucksack
|
||||
other_arch close_rsack
|
||||
face r_sack.111
|
||||
type 122
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object sack
|
||||
name a sack
|
||||
name sack
|
||||
other_arch close_sack
|
||||
face sack.111
|
||||
type 122
|
||||
|
|
Loading…
Reference in New Issue