Update Ikarus.hpp

This commit is contained in:
AirwavesMan
2020-11-15 12:18:00 +01:00
parent 34c2c7163e
commit e12226b246

View File

@@ -100,6 +100,22 @@ class Ikarus_White_DZE: Ikarus_DZE {
{ {
hitpoint = "HitRBWheel"; hitpoint = "HitRBWheel";
}; };
class HitLF2Wheel: HitLFWheel
{
hitpoint = "HitLF2Wheel";
};
class HitRF2Wheel: HitLFWheel
{
hitpoint = "HitRF2Wheel";
};
class HitLMWheel: HitLFWheel
{
hitpoint = "HitLMWheel";
};
class HitRMWheel: HitLFWheel
{
hitpoint = "HitRMWheel";
};
}; };
class Damage class Damage
{ {