|
|
@ -144,9 +144,11 @@ void genRace(){ |
|
|
|
addLanguage(DWARVISH); |
|
|
|
addLanguage(DWARVISH); |
|
|
|
stats[CON]+=2; |
|
|
|
stats[CON]+=2; |
|
|
|
subrace = arc4random_uniform(2); |
|
|
|
subrace = arc4random_uniform(2); |
|
|
|
|
|
|
|
strlcat(otherprofs, "Artisan Tools, ", sizeof(otherprofs)); |
|
|
|
if(subrace == 0){ |
|
|
|
if(subrace == 0){ |
|
|
|
race = "Hill Dwarf"; |
|
|
|
race = "Hill Dwarf"; |
|
|
|
stats[WIS]+=1; |
|
|
|
stats[WIS]+=1; |
|
|
|
|
|
|
|
hp = hp + 1; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
race = "Mountain Dwarf"; |
|
|
|
race = "Mountain Dwarf"; |
|
|
|
stats[STR]+=2; |
|
|
|
stats[STR]+=2; |
|
|
|