-
Notifications
You must be signed in to change notification settings - Fork 6
Fixes for 47.X + Updates for 48.X + 49.X #23
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
Open
Derpy-Jacob-903
wants to merge
8
commits into
mend-dev:master
Choose a base branch
from
Derpy-Jacob-903:patch-3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now uses a *Native Patch* on `Bloon.Degrade`, which is need b/c the Harmony patch crashes the game now :) > Credit to GrahamKracker for figuring this out <3 Added Last Resort and Enchanted Glade. > Enchanted Glade uses #Ouch's image b/c the `VanillaSprites` Enum is missing that map's image. Fix both uses of `BloonWorthMutator` missing a `bloonPropertiesToRemove` value. (Rubber to Gold was changed)
Think this should fix bosses not spawning outside of BTD6Rogue's modes (i.e. Boss Challenge)
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.
Thanks so much! This fixed the mod on 47.
+ Fixed Enchanted Glade's Map Image + Added Spa Pits Map + Added Spike Factory Paragon
Some Updates for 48.X!
|
Fixes Boss Challenge/Rush and Mini/Final Boss tiles in Rogue Legends
49.X Todo list:
|
Added Silas and support for Dirk the Dino. > **All** modded Heroes should be supported now. Added support for `OGDarksTowers`. Added support for `Powers In Shop` > Defaults to only Banana Farmers & Techbots. Added support for Powers Pro as Towers > Requires `Powers-In-Shop`, Defaults to disabled. Moved `Tower` folder to `Towers`. RoundManager drives me insane. > don't use the restart button. it fucks shit up later.
7660b00
to
d66f024
Compare
Forgot `OGDarksTowers` had paragons :clown: also fixed a bug where `CreateTowerChoiceData` tried to make a `TowerChoice` for tier 4/5 Powers Pro (and logging failing to do so.)
d66f024
to
172875c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now uses a Native Patch on
Bloon.Degrade
, which is need b/c the Harmony patch crashes the game now :)Added Last Resort and Enchanted Glade.
Fix both uses of
BloonWorthMutator
missing abloonPropertiesToRemove
value.