forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jsonize crafting skill penalty from mutations (CleverRaven#36565) #31
Merged
Conversation
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
…awing is disabled
Use empty() method
Fix flooring of house_inner_garden
…-from-crafting-makeshift-pot Removed cooking skill requirement from makeshift pot and copper pot recipes
Check for never_learn before adding candidate recipes to sdcard
Fix linking error by explicitly instantiating a function template
Show unicode box drawing characters with bitmap fonts
* add support files incl. palette, overmap terrain, map spawn entries * add core mapgen adds core mapgen and location dependent nested maps entries * add nested chunks * remove fill_ter from nested chunks * Update retail_nested.json * update item_groups
* Added the bolt * Added spawns
* Added veteran survivor zed * Added zed to monstergroups * Pronoun fix
* Update JSON_INFO.md * Update JSON_INFO.md * Update doc/JSON_INFO.md Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> * Update JSON_INFO.md Co-authored-by: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com>
If the key does not exist in the map, it is added its value is automatically initialized anyway.
Much simpler and does not need magic values. fixup iterationg
The class takes care of storing the temporary submaps (and deleting them) and it will also not save them into the global mapbuffer.
Mod cleanup: Assorted fixes (2019-12-30)
Miscellaneous fix for My Sweet Cataclysm
Fix mysterious creation of submap (0,0,-9).
* Adds 3 kinds of golems. They still need more work. * Changes to golems. Still not done. Add broken golems and effect/spells later. * Add slow effect. * Add spells for golems. * Update monsterspells.json * Update effects.json * Update monsters.json * Create constructs.json * Create deconstruction.json * Update deconstruction.json * Update monsterspells.json * Edit golem descriptions. * Update deconstruction.json * Added golems to forest mon_group I didn't have a better idea where to add them. * Fix monsters weight. * Change weight from grams to kilograms. * Tweak spells. * Change valid targets for gas_attack spell Co-Authored-By: Curtis Merrill <curtis.r.merrill@gmail.com> * Lint * One more lint * Fix regeneration for lemure. * some fixes * remove merge error * more color fixes Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com>
#36037) * Add new options to always prompt fo rdangerous terrain and only while crouching. * Changed default to legacy behavior
* Jsonize crafting skill penalty from mutations * Halve the penalty from paws mutations
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.
Summary
Purpose of change
Describe the solution
Describe alternatives you've considered
Testing
Additional context