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>
This commit is contained in:
PabstMirror 2023-03-15 23:43:53 -05:00 committed by GitHub
parent cb40de6d37
commit 169dbdfee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,11 @@ class CfgVehicles {
XGVAR(waterSupply) = REFILL_WATER_INFINITE; XGVAR(waterSupply) = REFILL_WATER_INFINITE;
XGVAR(offset)[] = {0, -0.12, -0.25}; 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 Land_WaterPump_01_F;
class WaterPump_01_forest_F: Land_WaterPump_01_F { class WaterPump_01_forest_F: Land_WaterPump_01_F {
XGVAR(waterSupply) = REFILL_WATER_INFINITE; XGVAR(waterSupply) = REFILL_WATER_INFINITE;