mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update Ikarus.hpp
This commit is contained in:
@@ -100,6 +100,22 @@ class Ikarus_White_DZE: Ikarus_DZE {
|
||||
{
|
||||
hitpoint = "HitRBWheel";
|
||||
};
|
||||
class HitLF2Wheel: HitLFWheel
|
||||
{
|
||||
hitpoint = "HitLF2Wheel";
|
||||
};
|
||||
class HitRF2Wheel: HitLFWheel
|
||||
{
|
||||
hitpoint = "HitRF2Wheel";
|
||||
};
|
||||
class HitLMWheel: HitLFWheel
|
||||
{
|
||||
hitpoint = "HitLMWheel";
|
||||
};
|
||||
class HitRMWheel: HitLFWheel
|
||||
{
|
||||
hitpoint = "HitRMWheel";
|
||||
};
|
||||
};
|
||||
class Damage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user