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:
|
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:
|
Changes for Crossfire 0.95.6:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object key2
|
Object key2
|
||||||
name a strange key
|
name strange key
|
||||||
race keys
|
race keys
|
||||||
slaying set_individual_value
|
slaying set_individual_value
|
||||||
face key2.111
|
face key2.111
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object bag
|
Object bag
|
||||||
name a bag
|
name bag
|
||||||
other_arch close_bag
|
other_arch close_bag
|
||||||
face bag.111
|
face bag.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object bookshelf
|
Object bookshelf
|
||||||
name a bookshelf
|
name bookshelf
|
||||||
other_arch close_shelf
|
other_arch close_shelf
|
||||||
face bookshelf.111
|
face bookshelf.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -12,7 +12,7 @@ editable 128
|
||||||
color_fg black
|
color_fg black
|
||||||
end
|
end
|
||||||
Object bad_cauldron
|
Object bad_cauldron
|
||||||
name a cracked cauldron
|
name cracked cauldron
|
||||||
other_arch cauldron_open
|
other_arch cauldron_open
|
||||||
face cauldron.111
|
face cauldron.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object chest_2
|
Object chest_2
|
||||||
name a chest
|
name chest
|
||||||
other_arch close_chest
|
other_arch close_chest
|
||||||
face chest_1.111
|
face chest_1.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object depositbox
|
Object depositbox
|
||||||
name a deposit box
|
name deposit box
|
||||||
other_arch close_dbox
|
other_arch close_dbox
|
||||||
race gold and jewels
|
race gold and jewels
|
||||||
face depositbox.111
|
face depositbox.111
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object key_ring
|
Object key_ring
|
||||||
name a key ring
|
name key ring
|
||||||
other_arch close_key_ring
|
other_arch close_key_ring
|
||||||
race keys
|
race keys
|
||||||
face key_ring.111
|
face key_ring.111
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object mailbox
|
Object mailbox
|
||||||
name a mailbox
|
name mailbox
|
||||||
other_arch close_mail
|
other_arch close_mail
|
||||||
face mailbox.111
|
face mailbox.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object pouch
|
Object pouch
|
||||||
name a pouch
|
name pouch
|
||||||
other_arch close_pouch
|
other_arch close_pouch
|
||||||
race gold and jewels
|
race gold and jewels
|
||||||
face pouch.111
|
face pouch.111
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object r_sack
|
Object r_sack
|
||||||
name a rucksack
|
name rucksack
|
||||||
other_arch close_rsack
|
other_arch close_rsack
|
||||||
face r_sack.111
|
face r_sack.111
|
||||||
type 122
|
type 122
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Object sack
|
Object sack
|
||||||
name a sack
|
name sack
|
||||||
other_arch close_sack
|
other_arch close_sack
|
||||||
face sack.111
|
face sack.111
|
||||||
type 122
|
type 122
|
||||||
|
|
Loading…
Reference in New Issue