From 0defdd7b784f37cdde2e1ea8fa5e185ec97672b2 Mon Sep 17 00:00:00 2001 From: Flugente Date: Sat, 7 Mar 2015 15:52:55 +0000 Subject: [PATCH] If ALLOW_BANDAGING_DURING_TRAVEL is set to TRUE, travelling mercs will bandage themselves if they bleed. This behaviour is off by default. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2220 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 26eb1250b..1562ba7fe 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -4016,6 +4016,9 @@ MULTIPLIER_FOR_DIFFERENCE_IN_LIFE_VALUE_FOR_EMERGENCY = 4 ; Number of "doctor" points used up to heal each point below OKLIFE POINT_COST_PER_HEALTH_BELOW_OKLIFE = 2 +; If retreating mercs are bleeding, their squad can bandage them while on the move +ALLOW_BANDAGING_DURING_TRAVEL = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Repairing ;------------------------------------------------------------------------------------------------------------------------------