mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix Generator
Not sure what differences BuiltItems will have as opposed to using the SkodaBase class. Switch Off/On are removed because they do nothing anyway (the start/stop options are in fn_selfAction anyway)
This commit is contained in:
@@ -595,7 +595,7 @@ class CfgVehicles {
|
|||||||
supplyRadius = 1;
|
supplyRadius = 1;
|
||||||
};
|
};
|
||||||
#include "gathered_plants.hpp"
|
#include "gathered_plants.hpp"
|
||||||
class Generator_Base: SkodaBase
|
class Generator_Base: BuiltItems //SkodaBase
|
||||||
{
|
{
|
||||||
model = "\dayz_equip\models\generator_gear.p3d";
|
model = "\dayz_equip\models\generator_gear.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_generator_ca.paa";
|
picture = "\dayz_equip\textures\equip_generator_ca.paa";
|
||||||
@@ -635,6 +635,7 @@ class CfgVehicles {
|
|||||||
|
|
||||||
class Turrets {};
|
class Turrets {};
|
||||||
|
|
||||||
|
/* //Let's remove this because it apparently doesn't do anything
|
||||||
class UserActions
|
class UserActions
|
||||||
{
|
{
|
||||||
class EngineOn
|
class EngineOn
|
||||||
@@ -660,6 +661,7 @@ class CfgVehicles {
|
|||||||
statement = "player action ['engineOff', this];";
|
statement = "player action ['engineOff', this];";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user