Hyphenate names of several swords with numbers in the name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19558 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
60110c1932
commit
5c6a030801
|
|
@ -1,3 +1,9 @@
|
|||
2014-06-13 SilverNexus
|
||||
* weapon/sword/sword_3.arc,
|
||||
* weapon/sword/nineringsword.arc,
|
||||
* weapon/sword/vlongsword.arc: Hyphenate names for better clarity.
|
||||
Before, two two-handed swords in your inventory would read "two two handed swords".
|
||||
|
||||
2014-05-27 SilverNexus
|
||||
* jewel/bars/brassbar.*: Create brass bar, which can be smelted from copper and zinc.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ weight 16000
|
|||
value 65
|
||||
attacktype 1
|
||||
weapontype 1
|
||||
name nine ring sword
|
||||
name_pl nine ring swords
|
||||
name nine-ring sword
|
||||
name_pl nine-ring swords
|
||||
client_type 101
|
||||
body_arm -1
|
||||
skill one handed weapons
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Object sword_3
|
||||
nrof 1
|
||||
name two handed sword
|
||||
name_pl two handed swords
|
||||
name two-handed sword
|
||||
name_pl two-handed swords
|
||||
anim_suffix double_sword
|
||||
last_sp 8
|
||||
type 15
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Object vlongsword
|
||||
nrof 1
|
||||
name two handed sword
|
||||
name_pl two handed swords
|
||||
name two-handed sword
|
||||
name_pl two-handed swords
|
||||
anim_suffix double_sword
|
||||
last_sp 8
|
||||
type 15
|
||||
|
|
|
|||
Loading…
Reference in New Issue