Changed an attempt to break inheritance and just did it the normal way.

This commit is contained in:
lambdatiger 2024-01-12 22:31:51 -06:00
parent 735d04e248
commit ef8a73df0c

View File

@ -18,8 +18,9 @@
}
class CfgAmmo {
// break EventHandlers inheritance on purpose to get it out of the frag & spall types
class B_65x39_Caseless;
class B_65x39_Caseless: BulletBase {
class EventHandlers: EventHandlers;
};
class GVAR(base): B_65x39_Caseless {
ACE_damageType = "grenade"; // compatibility with medical_damage, shrapnel should produce grenade wounds