mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
275 B
C++
13 lines
275 B
C++
|
class SPE_Bullet_Vehicle_base;
|
||
|
|
||
|
class SPE_B_127x99_Mixed: SubmunitionBase {
|
||
|
ACE_caliber = 12.954;
|
||
|
};
|
||
|
|
||
|
class SPE_B_127x99_Ball: SPE_Bullet_Vehicle_base {
|
||
|
ACE_caliber = 12.954;
|
||
|
};
|
||
|
class SPE_B_127x99_API: SPE_B_127x99_Ball {
|
||
|
EGVAR(vehicle_damage,incendiary) = 1;
|
||
|
};
|