mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
cb40de6d37
commit
169dbdfee0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user