|
From: Chad M. <cmm...@us...> - 2005-07-05 19:36:07
|
Update of /cvsroot/seq/showeq/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12464/src Modified Files: Tag: pre_5_0_beta weapons29.h weapons2a.h Log Message: Added a couple weapons from the new tutorial. Index: weapons2a.h =================================================================== RCS file: /cvsroot/seq/showeq/src/Attic/weapons2a.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- weapons2a.h 18 Apr 2005 03:16:23 -0000 1.1.2.1 +++ weapons2a.h 5 Jul 2005 19:35:55 -0000 1.1.2.2 @@ -32,7 +32,7 @@ NULL, // 0x17 NULL, // 0x18 NULL, // 0x19 - NULL, // 0x1a + "Whip", // 0x1a NULL, // 0x1b NULL, // 0x1c NULL, // 0x1d Index: weapons29.h =================================================================== RCS file: /cvsroot/seq/showeq/src/Attic/weapons29.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- weapons29.h 18 Apr 2005 03:16:23 -0000 1.1.2.1 +++ weapons29.h 5 Jul 2005 19:35:54 -0000 1.1.2.2 @@ -185,7 +185,7 @@ NULL, // 0xb0 NULL, // 0xb1 NULL, // 0xb2 - NULL, // 0xb3 + "CrudeWarhammer", // 0xb3 NULL, // 0xb4 NULL, // 0xb5 NULL, // 0xb6 @@ -196,7 +196,7 @@ NULL, // 0xbb NULL, // 0xbc NULL, // 0xbd - NULL, // 0xbe + "MiningPick", // 0xbe NULL, // 0xbf NULL, // 0xc0 NULL, // 0xc1 @@ -214,14 +214,14 @@ NULL, // 0xcd NULL, // 0xce NULL, // 0xcf - NULL, // 0xd0 + "ShortSword", // 0xd0 NULL, // 0xd1 NULL, // 0xd2 NULL, // 0xd3 NULL, // 0xd4 NULL, // 0xd5 NULL, // 0xd6 - NULL, // 0xd7 + "Dagger", // 0xd7 NULL, // 0xd8 NULL, // 0xd9 "AugmentSealer", // 0xda |