PDA

View Full Version : Races 142 & 143



smanux
01-06-2002, 06:21 AM
I noticed 2 missing races in race.h, #142 and 143. Those two are refered by some form change spells in spdat.eff, 142 is a random object (for minor illusions), and 143 is a Tree.

smanux
01-07-2002, 05:47 PM
If anyone can commit this patch :



Index: races.h
================================================== =================
RCS file: /cvsroot/seq/showeq/src/races.h,v
retrieving revision 1.2
diff -c -r1.2 races.h
*** races.h 2001/12/23 04:06:13 1.2
--- races.h 2002/01/07 23:45:12
***************
*** 146,153 ****
"Iksar Citizen", // 139
"Forest Giant", // 140
"Boat", // 141
! NULL, // 142 - Unknown Race
! NULL, // 143 - Unknown Race
"Burynai", // 144
"Goo", // 145
"Spectral Sarnak", // 146
--- 146,153 ----
"Iksar Citizen", // 139
"Forest Giant", // 140
"Boat", // 141
! "Random Object", // 142
! "Tree", // 143
"Burynai", // 144
"Goo", // 145
"Spectral Sarnak", // 146