forked from github/server
FAHRE wurde in der falschen locale gecheckt.
This commit is contained in:
parent
ffdb2d8e48
commit
bff02cf62c
|
@ -849,7 +849,7 @@ init_drive(void)
|
|||
ut = getunit(r, u->faction);
|
||||
if(!ut) continue;
|
||||
|
||||
if (igetkeyword(ut->thisorder, u->faction->locale) == K_DRIVE && !fval(ut, FL_LONGACTION) && !fval(ut, FL_HUNGER)) {
|
||||
if (igetkeyword(ut->thisorder, ut->faction->locale) == K_DRIVE && !fval(ut, FL_LONGACTION) && !fval(ut, FL_HUNGER)) {
|
||||
u2 = getunit(r, u->faction);
|
||||
if(u2 == u) {
|
||||
w += weight(ut);
|
||||
|
|
|
@ -1088,7 +1088,7 @@
|
|||
<string name="goliathwater">
|
||||
<text locale="en">goliath water</text>
|
||||
</string>
|
||||
<string name="p1_p">
|
||||
<string name="goliathwater_p">
|
||||
<text locale="en">goliath waters</text>
|
||||
</string>
|
||||
<string name="p2">
|
||||
|
|
Loading…
Reference in New Issue