forked from github/server
santa für non-eressea
This commit is contained in:
parent
22e14cb89d
commit
c1ee25f2c5
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ make_santa(region * r)
|
||||||
}
|
}
|
||||||
if (!santa) {
|
if (!santa) {
|
||||||
faction * f = findfaction(atoi36("rr"));
|
faction * f = findfaction(atoi36("rr"));
|
||||||
|
if (f==NULL) f = findfaction(MONSTER_FACTION);
|
||||||
if (f==NULL) return NULL;
|
if (f==NULL) return NULL;
|
||||||
f->alive = true;
|
f->alive = true;
|
||||||
santa = createunit(r, f, 1, new_race[RC_ILLUSION]);
|
santa = createunit(r, f, 1, new_race[RC_ILLUSION]);
|
||||||
|
|
Loading…
Reference in a new issue