Fine toothed comb time

This commit is contained in:
lambdatiger 2024-01-10 21:26:02 -06:00
parent 312da1a6c3
commit 55d973153f
2 changed files with 3 additions and 5 deletions

View File

@ -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 {

View File

@ -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)};