mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix generator gear display and Offroad hud
using generator as a tent should have no adverse effects. Thanks @SmokeyBR
This commit is contained in:
@@ -612,7 +612,7 @@ class CfgVehicles {
|
||||
supplyRadius = 1;
|
||||
};
|
||||
#include "gathered_plants.hpp"
|
||||
class Generator_Base: BuiltItems //Vanilla generator uses SkodaBase but is currently not functional
|
||||
class Generator_Base: Land_A_tent //Vanilla generator uses SkodaBase but is currently not functional
|
||||
{
|
||||
model = "\dayz_equip\models\generator_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_generator_ca.paa";
|
||||
|
||||
Reference in New Issue
Block a user