- new option for automatic IMP item distribution:

uiIndex 52 "Sidearm" in IMPItemChoices.xml is used to give the IMP a standard sidearm based on random selection. It is encouraged to remove marksmanship based gun choices and instead add special weaponry for traits.

- The following changes are supposed to remove useless items from vendors and other lists:
Function ItemIsLegal now filters out food items if the food system is off. The same applies to cleaning kits if the dirt system is off.


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7722 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
silversurfer
2015-01-31 14:36:36 +00:00
parent 4ba64556bf
commit 46b34e55d1
3 changed files with 20 additions and 2 deletions
+3
View File
@@ -1881,6 +1881,9 @@ enum
// Flugente: added radio operator
IMP_RADIO_OPERATOR,
// silversurfer: added sidearm for standard weapons. Special weapons should come from traits.
IMP_SIDEARM,
MAX_IMP_ITEM_TYPES
};