Added missing side to BTR90

This commit is contained in:
Florian Kinder
2014-02-12 17:49:30 +01:00
parent b081c840cd
commit 206d2d7952

View File

@@ -1,6 +1,7 @@
class BTR90; class BTR90;
class BTR90_DZ: BTR90 { class BTR90_DZ: BTR90 {
scope = public; scope = public;
side = TGuerrila;
displayName = "BTR-90 DZ"; displayName = "BTR-90 DZ";
commanderCanSee = 2+16+32; commanderCanSee = 2+16+32;
@@ -21,6 +22,7 @@ class BTR90_DZ: BTR90 {
class BTR90_HQ; class BTR90_HQ;
class BTR90_HQ_DZ: BTR90_HQ { class BTR90_HQ_DZ: BTR90_HQ {
scope = public; scope = public;
side = TGuerrila;
displayName = "BTR-90 (HQ) DZ"; displayName = "BTR-90 (HQ) DZ";
commanderCanSee = 2+16+32; commanderCanSee = 2+16+32;