mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- taking prisoners is disabled in the palace and the royal bunker
- improved surrender strength formula git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5715 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -738,6 +738,7 @@ enum
|
||||
STR_PRISONER_SENTTOSECTOR,
|
||||
STR_PRISONER_RELEASED,
|
||||
STR_PRISONER_ARMY_FREED_PRISON,
|
||||
STR_PRISONER_REFUSE_SURRENDER,
|
||||
|
||||
TEXT_NUM_PRISONER_STR
|
||||
};
|
||||
|
||||
@@ -7498,6 +7498,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //CHINESE
|
||||
|
||||
@@ -7491,6 +7491,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
@@ -7478,6 +7478,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
@@ -7465,6 +7465,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //FRENCH
|
||||
|
||||
@@ -7305,6 +7305,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Gefangene wurden nach %s geschickt!",
|
||||
L"Gefangene freigelassen!",
|
||||
L"Die Armee hat das Gefängnis in %s besetzt, die Gefangenen wurden befreit!",
|
||||
L"Der Gegner weigert sich aufzugeben!",
|
||||
};
|
||||
|
||||
#endif //GERMAN
|
||||
|
||||
@@ -7478,6 +7478,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //ITALIAN
|
||||
|
||||
@@ -7492,6 +7492,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //POLISH
|
||||
|
||||
@@ -7444,6 +7444,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //RUSSIAN
|
||||
|
||||
@@ -7495,6 +7495,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Prisoners were sent to %s!",
|
||||
L"Prisoners have been released!",
|
||||
L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"The enemy refuses to surrender!",
|
||||
};
|
||||
|
||||
#endif //TAIWANESE
|
||||
|
||||
Reference in New Issue
Block a user