forked from github/server
- Fix Phönix
This commit is contained in:
parent
21c3da74e1
commit
f59e497e7e
|
@ -698,6 +698,7 @@ enum {
|
|||
RC_SHADOWBAT,
|
||||
RC_NIGHTMARE,
|
||||
RC_VAMPUNICORN,
|
||||
RC_PHOENIX,
|
||||
|
||||
MAXRACES,
|
||||
NORACE = (race_t) - 1
|
||||
|
|
|
@ -172,7 +172,7 @@ static const char * oldracenames[MAXRACES] = {
|
|||
"centaur",
|
||||
"skeleton", "skeleton lord", "zombie", "juju-zombie", "ghoul", "ghast", "museumghost", "gnome",
|
||||
"template",
|
||||
"clone", "shadowdragon", "shadowbat", "nightmare", "vampunicorn"
|
||||
"clone", "shadowdragon", "shadowbat", "nightmare", "vampunicorn", "phoenix"
|
||||
};
|
||||
|
||||
/* magres, {3 namen},
|
||||
|
|
Loading…
Reference in New Issue