-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
Make the Mole, Root Sapling, and Corrupted Big Granito a StickyBadguy #3135
base: master
Are you sure you want to change the base?
Conversation
Bad logic anyway, will be improved later.
Edit: No |
No? |
??? |
@swagtoy Btw. there were other instance of 'BadGuy' in 'corrupted_big_granito.cpp' in line 52 and 62. Wasn't sure if I also replace that with 'StickyBadguy' or not. |
Wait hold on this PR sucks a lot |
RE @Rusty-Box There is actually nothing wrong with calling Badguy::* functions, but for consistency I have made it go to the StickyBadguy in any situation where these functions may ever get overloaded |
I wasn't calling the actual sticky related functions like an idiot. I have discussed that this can be refactored one day anyway, so it's whatever...
@Rusty-Box You can now test this again. I apparently didn't even call the sticky functions like an idiot. They are now getting called and I've also applied your suggestion. |
Just a note for myself: Need to fix Root Sapling and Corrupted Big Granito; these do not work in this PR. |
Fixes #3132
I did some basic testing, but I need someone to properly test the stickiness.
Thank you!