forked from github/server
Bug 2483: FLIEHE als Default für neue Parteien, nicht AGGRESSIV.
This commit is contained in:
parent
5ca4edd3df
commit
4391ab95fa
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ unit *addplayer(region * r, faction * f)
|
|||
assert(f->units == NULL);
|
||||
faction_setorigin(f, 0, r->x, r->y);
|
||||
u = create_unit(r, f, 1, f->race, 0, NULL, NULL);
|
||||
u->status = ST_FLEE;
|
||||
u->thisorder = default_order(f->locale);
|
||||
unit_addorder(u, copy_order(u->thisorder));
|
||||
name = config_get("rules.equip_first");
|
||||
|
|
Loading…
Reference in a new issue