Bugfixes / Improvements (macros) of Assignments (by Franimus)

- Fixed warning for INT8 overflow on scroll region priority, seemingly had no effect though
- Use new assignment macros
- Bugfix - POWs' activity level being overwritten
- Feature - automatically bandage bleeding mercs on a PATIENT assignment
- Bugfix - mercs treated at facilities should not use mercs' medkits
- Added 3 new enums for facility doctor, patient, and repair
- Bugfix for facility patients not detected as being in a facility
- Bugfix - iBurstAPCost was ignoring half of its calculation due to extraneous semicolon


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7988 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2015-09-12 11:27:28 +00:00
parent 3ab623e452
commit a2589f7034
21 changed files with 242 additions and 150 deletions
+9
View File
@@ -1878,6 +1878,9 @@ STR16 pAssignmentStrings[] =
L"Command", // militia movement orders
L"Diagnose", // disease diagnosis //TODO.Translate
L"Treat D.", // treat disease among the population
L"Doktor", // administering medical aid
L"Patient", // getting medical aid
L"Repar.", // repairing
};
STR16 pMilitiaString[] =
@@ -1972,6 +1975,9 @@ STR16 pPersonnelAssignmentStrings[] =
L"Commanding Militia", // militia movement orders // TODO.Translate
L"Diagnose", // disease diagnosis
L"Treat Population disease", // treat disease among the population
L"Doktor",
L"Patient",
L"Reparieren",
};
// refer to above for comments
@@ -2027,6 +2033,9 @@ STR16 pLongAssignmentStrings[] =
L"Commanding Militia", // militia movement orders // TODO.Translate
L"Diagnose", // disease diagnosis
L"Treat Population disease", // treat disease among the population
L"Doktor",
L"Patient",
L"Reparieren",
};
// the contract options