mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix gatling_30mm UBC for 1.70 (#5125)
* Fix gatling_30mm UBC for 1.70 * Fix verEsion
This commit is contained in:
parent
941502af46
commit
5da5a7cc3e
@ -319,7 +319,7 @@ class CfgWeapons {
|
||||
};
|
||||
};
|
||||
|
||||
class gatling_30mm: CannonCore { // This is a fictional veresion of the GSh-6-30, with 3 barrels
|
||||
class gatling_30mm_base: CannonCore { // This is a fictional version of the GSh-6-30, with 3 barrels
|
||||
displayName = "GSh-3-30";
|
||||
class LowROF: Mode_FullAuto {
|
||||
displayName = "GSh-3-30";
|
||||
@ -602,7 +602,7 @@ class CfgWeapons {
|
||||
class arifle_CTAR_GL_hex_F: arifle_CTAR_GL_base_F {
|
||||
displayName = CSTRING(arifle_CTAR_GL_hex);
|
||||
};
|
||||
|
||||
|
||||
class arifle_CTARS_base_F;
|
||||
class arifle_CTARS_blk_F: arifle_CTARS_base_F {
|
||||
displayName = CSTRING(arifle_CTARS_blk);
|
||||
|
Loading…
Reference in New Issue
Block a user