mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed an attempt to break inheritance and just did it the normal way.
This commit is contained in:
parent
735d04e248
commit
ef8a73df0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user