mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
New EXE Build (5423)
o New feature: food system requires mercs to eat and drink in order to survive - food and water levels are lowered every hour, eat food to survive - not doing so leads to various penalties and ultimately death - added food items for that purpose. Food can degrade over time. Rotten food poisons. - Mercs automatically consume food if hungry/thirsty and food is in their inventories - for more info, see http://www.bears-pit.com/board/ubbthreads.php/topics/307396/Re_Mercs_need_food_and_water_t.html#Post307396 o New feature: guns can now be fed externally - a machinegun can be fed by another emc if he has an ammo blet in his hands - a merc can also feed his gun with ammo belts in his inventory - the necessary tags can be set in Items.xml in the <ItemFlag> -tag - this feature can be turned on and off via the JA2_Options.iniReader - for more info, see http://www.bears-pit.com/board/ubbthreads.php/topics/307574/New_feature_Externally_fed_mac.html#Post307574 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1477 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -84,6 +84,7 @@ TOPTION_QUIET_REPAIRING = FALSE
|
||||
TOPTION_QUIET_DOCTORING = FALSE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = TRUE
|
||||
TOPTION_ZOMBIES = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = TRUE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
|
||||
TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
|
||||
|
||||
@@ -84,6 +84,7 @@ TOPTION_QUIET_REPAIRING = FALSE
|
||||
TOPTION_QUIET_DOCTORING = FALSE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = FALSE
|
||||
TOPTION_ZOMBIES = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
|
||||
TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
|
||||
|
||||
@@ -84,6 +84,7 @@ TOPTION_QUIET_REPAIRING = FALSE
|
||||
TOPTION_QUIET_DOCTORING = FALSE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = FALSE
|
||||
TOPTION_ZOMBIES = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
|
||||
TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
|
||||
|
||||
@@ -84,6 +84,7 @@ TOPTION_QUIET_REPAIRING = FALSE
|
||||
TOPTION_QUIET_DOCTORING = FALSE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = FALSE
|
||||
TOPTION_ZOMBIES = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
|
||||
TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
|
||||
|
||||
Reference in New Issue
Block a user