santa für non-eressea

This commit is contained in:
Enno Rehling 2001-12-30 09:30:48 +00:00
parent 22e14cb89d
commit c1ee25f2c5
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ make_santa(region * r)
}
if (!santa) {
faction * f = findfaction(atoi36("rr"));
if (f==NULL) f = findfaction(MONSTER_FACTION);
if (f==NULL) return NULL;
f->alive = true;
santa = createunit(r, f, 1, new_race[RC_ILLUSION]);