mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Start
This commit is contained in:
parent
74435ba777
commit
7158a89de9
@ -513,6 +513,19 @@ class CfgVehicles {
|
||||
GVAR(fuelCargo) = 10000;
|
||||
};
|
||||
|
||||
class ThingX;
|
||||
class FlexibleTank_base_F: ThingX {
|
||||
MACRO_REFUEL_ACTIONS
|
||||
};
|
||||
|
||||
class StorageBladder_base_F;
|
||||
class Land_StorageBladder_01_F: StorageBladder_base_F {
|
||||
MACRO_REFUEL_ACTIONS
|
||||
};
|
||||
class Land_StorageBladder_02_F: StorageBladder_base_F {
|
||||
MACRO_REFUEL_ACTIONS
|
||||
};
|
||||
|
||||
// Vanilla buildings
|
||||
class Land_Fuelstation_Feed_F: House_Small_F {
|
||||
XEH_ENABLED;
|
||||
|
Loading…
Reference in New Issue
Block a user