-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lets liquid soap be used to clean clothes (#53161)
* Make liquid soap a detergent with count 5 As a side effect, it's no longer a comestible and can't be drank, but you probably shouldn't do that anyway. * Add liquid soap to finish washing * Attempting to fix liquid error * Lets liquid soap be used for soapy water crafting * Fixes alphabetical order * Dratted whitespace ruining my style * I think this is what the style checker means now * Makes liquid soap move to the chemical stuff section * Surely this isn't what the astyle was complaining about right? * Wait no it's just something dumb * Changing it back because it still doesn't like the style * Ok this should fix it * Using json linted version * Reduce long lines * Testing an exception * Fixing syntax * Change count to charges * Undo unnecessary check * Change it back to count * ADD LIQUID SOAP TO THE PLACE IT ACTUALLY BELONGS GITHUB * Trust me bro (hopefully this actually works) * Adds checking for unused cleansers * Appeasing astyle * Using allman formatting for astyle * Undoes that because it changed everything * Trying again with the proper astyle * Also format all of iuse with the astyle settings * Reverse some of the changes astyle made * Refactored washing to use only one component vector Hopefully it stops sending errors this way * Nearly missed that one * Update src/activity_item_handling.cpp Co-authored-by: Álvaro <[email protected]> Co-authored-by: Álvaro <[email protected]>
- Loading branch information
Showing
4 changed files
with
19 additions
and
11 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