From 169dbdfee0161e1009fae7839b5298d339233543 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Wed, 15 Mar 2023 23:43:53 -0500 Subject: [PATCH] Field Rations - Add water supply to well from Contact DLC (#9168) * Field Rations - Add water supply to well from contact dlc * Update addons/field_rations/CfgVehicles.hpp Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> --------- Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> --- addons/field_rations/CfgVehicles.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/addons/field_rations/CfgVehicles.hpp b/addons/field_rations/CfgVehicles.hpp index 89ca951032..680a55afbc 100644 --- a/addons/field_rations/CfgVehicles.hpp +++ b/addons/field_rations/CfgVehicles.hpp @@ -79,7 +79,11 @@ class CfgVehicles { XGVAR(waterSupply) = REFILL_WATER_INFINITE; XGVAR(offset)[] = {0, -0.12, -0.25}; }; - + class House_Small_F; + class Land_ConcreteWell_02_F: House_Small_F { + XGVAR(waterSupply) = REFILL_WATER_INFINITE; + XGVAR(offset)[] = {0, 0, -0.25}; + }; class Land_WaterPump_01_F; class WaterPump_01_forest_F: Land_WaterPump_01_F { XGVAR(waterSupply) = REFILL_WATER_INFINITE;