Ability to pet LEGION Cacodemons.
This commit is contained in:
parent
fece16ae04
commit
c66ded4cf9
2 changed files with 3 additions and 2 deletions
|
|
@ -1445,6 +1445,7 @@ Class SWWMUtility
|
|||
if ( a.Species == 'Caco' ) return true; // CH and others
|
||||
if ( a.Species == 'Cacodemon' ) return true; // Beautiful Doom
|
||||
if ( a.GetClassName() == 'AstralCaco' ) return true; // Eviternity
|
||||
if ( a.GetParentClass().GetClassName() == 'LEG_BaseCaco' ) return true; // LEGION
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue