mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Increased sitting interaction distance - fixes #1950
This commit is contained in:
parent
a9ed1052dd
commit
9e64e8c2aa
@ -39,7 +39,7 @@ class CfgVehicles {
|
|||||||
class ACE_MainActions { \
|
class ACE_MainActions { \
|
||||||
displayName = ECSTRING(interaction,MainAction); \
|
displayName = ECSTRING(interaction,MainAction); \
|
||||||
selection = ""; \
|
selection = ""; \
|
||||||
distance = 1.25; \
|
distance = 1.5; \
|
||||||
condition = "true"; \
|
condition = "true"; \
|
||||||
class GVAR(Sit) { \
|
class GVAR(Sit) { \
|
||||||
displayName = CSTRING(Sit); \
|
displayName = CSTRING(Sit); \
|
||||||
|
Loading…
Reference in New Issue
Block a user