If ALLOW_TARGET_HEADANDLEG_IFPRONE is TRUE, head/torso/legs can be targetted on prone soldiers (until now, hits were always considered on torso).

Additionally soldiers are no longer protected from stray bullets in crouched and prone stance.

This option will be removed once this code change has been accepted (or deemed unacceptable).

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2326 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2016-07-02 18:02:44 +00:00
parent 5d6efa0a77
commit 0b27cb1856
+8
View File
@@ -130,6 +130,14 @@ OLD_INVENTORY_ITEM_NUMBER = 99
;------------------------------------------------------------------------------------------------------------------------------
USE_NEW_CTH_CALCULATION = TRUE
;------------------------------------------------------------------------------------------------------------------------------
; ALLOW_TARGET_HEADANDLEG_IFPRONE is an experimental switch which allows targetting/hitting head/torso/legs for
; prone targets (until now, hits were always considered on torso).
; Additionally soldiers are no longer protected from stray bullets in crouched and prone stance.
; This switch will be removed once this code change has been accepted (or deemed unacceptable).
;------------------------------------------------------------------------------------------------------------------------------
ALLOW_TARGET_HEADANDLEG_IFPRONE = TRUE
;******************************************************************************************************************************
;******************************************************************************************************************************