mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-28 15:07:18 +01:00
Species update 1
This commit is contained in:
parent
1efb08dafd
commit
8018ed3fcf
14 changed files with 773 additions and 95 deletions
|
|
@ -359,6 +359,10 @@ int write_mobile_espec(mob_vnum mvnum, struct char_data *mob, FILE *fd)
|
|||
fprintf(fd, "Class: %d\n", (int)GET_CLASS(mob));
|
||||
count++;
|
||||
}
|
||||
if (HAS_VALID_SPECIES(mob)) {
|
||||
fprintf(fd, "Species: %d\n", (int)GET_SPECIES(mob));
|
||||
count++;
|
||||
}
|
||||
|
||||
/* --- 5e-style saving throws --- */
|
||||
if (GET_SAVE(mob, ABIL_STR) != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue