XCOM 2
No Full Cover Grabs
3 sonuçtan 1 ile 3 arası gösteriliyor
Güncelleme: 10 Mar 2017 @ 8:43

Simplified code to:


if (`TACTICALRULES.VisibilityMgr.GetVisibilityInfo(ViperState.ObjectID, UnitState.ObjectID, CurrentVisibility) && CurrentVisibility.TargetCover == CT_Standing)
{
return 'AA_UnitIsImmune';
}



(this checks what type of cover the viper is against from the unit it's viewing, getting CT_Standing means it's an unflanked target in full cover)

Güncelleme: 9 Mar 2017 @ 22:05

Güncelleme: 9 Mar 2017 @ 22:00