forked from github/server
bugfix default-befehle (english)
This commit is contained in:
parent
9466428c4d
commit
21f88cf801
|
@ -1907,6 +1907,7 @@ create_unit(region * r, faction * f, int number, const struct race *urace, int i
|
|||
order * deford = default_order(f->locale);
|
||||
|
||||
assert(urace);
|
||||
assert(deford);
|
||||
assert(f->alive);
|
||||
u_setfaction(u, f);
|
||||
set_order(&u->thisorder, NULL);
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
<text locale="en">With the first two turns, you will get a computer report (CR). It can be used with many of the tools on http://eressea-pbem.de/download.html. If you want to continue getting it after the second turn, please make one of your units give the order OPTION COMPUTER.</text>
|
||||
</string>
|
||||
<string name="defaultorder">
|
||||
<text locale="en">WORKWORK</text>
|
||||
<text locale="en">WORK</text>
|
||||
</string>
|
||||
</strings>
|
||||
|
|
Loading…
Reference in New Issue