forked from github/server
Leute in der Astralebene kosten Unterhalt
This commit is contained in:
parent
aeda0730df
commit
8c81df6847
|
@ -2657,6 +2657,7 @@ fix_astralplane(void)
|
||||||
plane * astralplane = getplanebyname("Astralraum");
|
plane * astralplane = getplanebyname("Astralraum");
|
||||||
if (astralplane) {
|
if (astralplane) {
|
||||||
freset(astralplane, PFL_NOCOORDS);
|
freset(astralplane, PFL_NOCOORDS);
|
||||||
|
freset(astralplane, PFL_NOFEED);
|
||||||
set_ursprung(findfaction(MONSTER_FACTION), astralplane->id, 0, 0);
|
set_ursprung(findfaction(MONSTER_FACTION), astralplane->id, 0, 0);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue