fixing PBO project gripe

This commit is contained in:
lambdatiger 2024-01-10 20:19:05 -06:00
parent 3e3ed12503
commit 5e46c8d1ef
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
class GVAR(spawnbase) : B_65x39_Caseless { class GVAR(spawnbase) : B_65x39_Caseless {
access = 2;
deleteParentWhenTriggered = 1; deleteParentWhenTriggered = 1;
submunitionConeType[] = {"random", 25}; submunitionConeType[] = {"random", 25};
submunitionAmmo[] = {QGVAR(tiny), 3, QGVAR(tiny_HD), 3, QGVAR(small), 4, QGVAR(small_HD), 4, QGVAR(medium_HD), 5}; submunitionAmmo[] = {QGVAR(tiny), 3, QGVAR(tiny_HD), 3, QGVAR(small), 4, QGVAR(small_HD), 4, QGVAR(medium_HD), 5};
@ -220,7 +219,6 @@ class GVAR(def_small_5_top) : GVAR(def_small_5) {
* Targeted fragment spawner, for when multiple fragments are spawned (1-3) * Targeted fragment spawner, for when multiple fragments are spawned (1-3)
*/ */
class GVAR(spawnbase_targeted) : GVAR(spawnbase) { class GVAR(spawnbase_targeted) : GVAR(spawnbase) {
access = 2;
submunitionConeType[] = {"random", 2}; submunitionConeType[] = {"random", 2};
submunitionConeAngle = 2; submunitionConeAngle = 2;
submunitionInitSpeed = 0; submunitionInitSpeed = 0;

View File

@ -1,5 +1,4 @@
class GVAR(spallBase) : B_65x39_Caseless { class GVAR(spallBase) : B_65x39_Caseless {
access = 3;
submunitionAmmo[] = {QGVAR(small),4,QGVAR(medium),3,QGVAR(large),2,QGVAR(huge),1}; submunitionAmmo[] = {QGVAR(small),4,QGVAR(medium),3,QGVAR(large),2,QGVAR(huge),1};
submunitionConeType[] = {"random", 20}; submunitionConeType[] = {"random", 20};
submunitionConeAngle = 40; submunitionConeAngle = 40;