Fix gatling_30mm UBC for 1.70 (#5125)

* Fix gatling_30mm UBC for 1.70

* Fix verEsion
This commit is contained in:
PabstMirror 2017-05-15 17:45:31 -05:00 committed by jonpas
parent cd0609b28d
commit 225c8d7975

View File

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