forked from github/server
https://bugs.eressea.de/view.php?id=2692 inherit racial stealth from creator unit
This commit is contained in:
parent
f1a0a7a55c
commit
6a9cea219c
1 changed files with 2 additions and 1 deletions
|
@ -1360,8 +1360,9 @@ unit *create_unit(region * r, faction * f, int number, const struct race *urace,
|
|||
if (creator) {
|
||||
attrib *a;
|
||||
|
||||
/* erbt Kampfstatus */
|
||||
/* erbt Kampfstatus und Tarnung */
|
||||
unit_setstatus(u, creator->status);
|
||||
u->irace = creator->irace;
|
||||
|
||||
/* erbt Gebaeude/Schiff */
|
||||
if (creator->region == r) {
|
||||
|
|
Loading…
Reference in a new issue