|
From: Crossfire C. r. messages.
<cro...@li...> - 2014-06-13 21:23:51
|
Revision: 19558
http://sourceforge.net/p/crossfire/code/19558
Author: silvernexus
Date: 2014-06-13 21:23:45 +0000 (Fri, 13 Jun 2014)
Log Message:
-----------
Hyphenate names of several swords with numbers in the name.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/weapon/sword/nineringsword.arc
arch/trunk/weapon/sword/sword_3.arc
arch/trunk/weapon/sword/vlongsword.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2014-06-13 19:00:51 UTC (rev 19557)
+++ arch/trunk/ChangeLog 2014-06-13 21:23:45 UTC (rev 19558)
@@ -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.
Modified: arch/trunk/weapon/sword/nineringsword.arc
===================================================================
--- arch/trunk/weapon/sword/nineringsword.arc 2014-06-13 19:00:51 UTC (rev 19557)
+++ arch/trunk/weapon/sword/nineringsword.arc 2014-06-13 21:23:45 UTC (rev 19558)
@@ -9,8 +9,8 @@
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
Modified: arch/trunk/weapon/sword/sword_3.arc
===================================================================
--- arch/trunk/weapon/sword/sword_3.arc 2014-06-13 19:00:51 UTC (rev 19557)
+++ arch/trunk/weapon/sword/sword_3.arc 2014-06-13 21:23:45 UTC (rev 19558)
@@ -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
Modified: arch/trunk/weapon/sword/vlongsword.arc
===================================================================
--- arch/trunk/weapon/sword/vlongsword.arc 2014-06-13 19:00:51 UTC (rev 19557)
+++ arch/trunk/weapon/sword/vlongsword.arc 2014-06-13 21:23:45 UTC (rev 19558)
@@ -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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|