Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add possibility to disable all xeh on an object #279

Merged
merged 1 commit into from
Feb 26, 2016
Merged

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Feb 25, 2016

As requested by MrSanchez. This adds the possibility to disable all XEH on a specific unit. He needs this for some zombies.

    class B_Soldier_base_F;
    class B_Soldier_02_f: B_Soldier_base_F {
        class EventHandlers;
    };
    class B_soldier_AR_F: B_Soldier_02_f {
        class EventHandlers: EventHandlers {
            class CBA_Extended_EventHandlers {};
        };
    };

@commy2 commy2 added the Feature label Feb 25, 2016
@jonpas
Copy link
Member

jonpas commented Feb 25, 2016

zombies

💀

@commy2
Copy link
Contributor Author

commy2 commented Feb 25, 2016

The are not supposed to have ACE medical etc.

@MrSanchez
Copy link

Spooky scary :)

Killswitch00 added a commit that referenced this pull request Feb 26, 2016
add possibility to disable all xeh on an object
@Killswitch00 Killswitch00 merged commit d07ff00 into master Feb 26, 2016
@thojkooi thojkooi deleted the adddisablexeh2 branch April 25, 2016 11:33
@commy2 commy2 added this to the 2.3.2 milestone May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants