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);
|
ut = getunit(r, u->faction);
|
||||||
if(!ut) continue;
|
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);
|
u2 = getunit(r, u->faction);
|
||||||
if(u2 == u) {
|
if(u2 == u) {
|
||||||
w += weight(ut);
|
w += weight(ut);
|
||||||
|
|
|
@ -1088,7 +1088,7 @@
|
||||||
<string name="goliathwater">
|
<string name="goliathwater">
|
||||||
<text locale="en">goliath water</text>
|
<text locale="en">goliath water</text>
|
||||||
</string>
|
</string>
|
||||||
<string name="p1_p">
|
<string name="goliathwater_p">
|
||||||
<text locale="en">goliath waters</text>
|
<text locale="en">goliath waters</text>
|
||||||
</string>
|
</string>
|
||||||
<string name="p2">
|
<string name="p2">
|
||||||
|
|
Loading…
Reference in New Issue