Skip to content

X2FacilityTemplate is limited in terms of what soldiers it can show by default #265

@RealityMachina

Description

@RealityMachina

Specifically, in X2FacilityTemplate.PlaceCrewMember(), when it comes to placing soldiers, it checks them by GetMyTemplateName() == 'Soldier' instead of IsSoldier(), which is an unnecessary restriction as the game checks whether the unit can appear in the base at all beforehand, so disallowed units like SPARK wouldn't appear anyway.

Altering this to use the IsSoldier() check would be appreciated as it would expand the number of appearances of Allies Unknown soldiers in the base beyond just the staff slot ones.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions