From 465fc337529b6170cd1b5c20d2425fea20e3845a Mon Sep 17 00:00:00 2001 From: A Man Date: Wed, 13 May 2020 01:21:06 +0200 Subject: [PATCH] Add offset for traps --- SQF/dayz_code/Configs/CfgVehicles/Traps.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp b/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp index 3333e1d2e..41154eb03 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp @@ -1,4 +1,6 @@ -class TrapItems : NonStrategic {}; +class TrapItems : NonStrategic { + offset[] = {0,2,0}; +}; class BearTrap_DZ : TrapItems { scope = public;