forked from cataclysmbnteam/Cataclysm-BN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to Web Rope, Web Diver mutations and new Web Bridge mutation …
…with supporting suspension mechanics. (cataclysmbnteam#1234) * Changes to Web Rope and Web Diver mutations changes to web rope and web diver to allow for more unique benefits for become a spoder. * Added WEB BRIDGE MECHANICS and fixed some linting problems Added a new mutation called Arachnitect, which lets you spin cool web bridges between ledges Included a suspension mechanic to let you 'hang' tiles between other tiles, and get destroyed if they lose a logical support system. linting changes. * Double entry in the header file, whoops * Removing the doubled function from the previous double header entry whoops * Installed AStyle plugin, made changes to all the cpp files to match standard * Never will the formatting changes end * I guess we use two spaces after periods in json files. * Update src/trapfunc.cpp Co-authored-by: Olanti <[email protected]> * Update src/iexamine.cpp Co-authored-by: Olanti <[email protected]> * Update map.cpp * Review feedback changes. * Un removing the things I just removed, because they broke my build when I removed them * Added generic mutation usage functions, switch rope climb to >, optimized t_web_bridge listings. * switched ropes to no longer be grabbable, juggled mutation tree for Spiders to give them some more thematic negatives * arachnitect point change * increased kcal cost to reflect now defunct nutrition cost * Review feedback * Added a global suspension check just before floor cache is built. * minor change to fix compile error * minor style changes * Added suspension checking on sublevel load, some other stuff * Found hanging debug comment, and updated AStyle changes/ * Added killer drive as a possible mutation for Lupine, because that was failing for some reason. * Removing unused code, updating function call in activate_mutation to use _warn * Moved collapse check to a more optimal location * removing unused var * This shit is really just too picky * Updating a stupid syntax problem for this needy clang tidy check * Various bugfixes resulting from refactors * Changing line spacing for STYLE * Last changes at last :') Co-authored-by: Olanti <[email protected]>
- Loading branch information
1 parent
785f2a9
commit d99ad58
Showing
14 changed files
with
308 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.