mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fine toothed comb time
This commit is contained in:
parent
312da1a6c3
commit
55d973153f
@ -1,8 +1,3 @@
|
||||
class BombCore;
|
||||
class Bo_Mk82: BombCore {
|
||||
ACE_FRAG_ADD_EH;
|
||||
};
|
||||
|
||||
// We need this since autocannons generally inherit from BulletBase
|
||||
class BulletCore;
|
||||
class BulletBase: BulletCore {
|
||||
|
@ -21,7 +21,10 @@ class Bomb_04_F: ammo_Bomb_LaserGuidedBase {
|
||||
GVAR(gurney_k) = "1/2";
|
||||
};
|
||||
|
||||
class BombCore;
|
||||
class Bo_Mk82: BombCore {
|
||||
ACE_FRAG_ADD_EH;
|
||||
|
||||
GVAR(enabled) = 1;
|
||||
|
||||
GVAR(classes)[] = {QGVAR(large), QGVAR(large), QGVAR(large_HD), QGVAR(large), QGVAR(huge), QGVAR(huge_HD), QGVAR(huge)};
|
||||
|
Loading…
Reference in New Issue
Block a user