-
Notifications
You must be signed in to change notification settings - Fork 16
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
Devil's Playground raceswaps #302
Devil's Playground raceswaps #302
Conversation
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 13), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 18), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 3), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 6), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 22), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 0), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 20), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 24), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 27), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 26), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 25), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 4), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 10), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 15), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 21), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 12), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 5), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 19), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 7), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 8), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 9), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 11), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 1), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 23), false); | ||
TechTreeAbilityAllow(1, AbilityCommand("AP_TerranBuild", 2), false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That won't work as unlocks will restore that (try getting a Terran item like Marine and grab a location). Just introduces wacky buggy behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe simply just allow Tosh miners to build like rebels can in Outlaws
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to disable building, you can add a behavior that disables abil classes (CAbilBuild
and CAbilTrain
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generator PR: Ziktofel/Archipelago#327