-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
extracts and concentrates pt4 #37946
Merged
kevingranade
merged 7 commits into
CleverRaven:master
from
NastyNate2612:Extracts-and-Concentrates-pt4
Apr 27, 2020
Merged
extracts and concentrates pt4 #37946
kevingranade
merged 7 commits into
CleverRaven:master
from
NastyNate2612:Extracts-and-Concentrates-pt4
Apr 27, 2020
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
adds small vacuum oven and all associated states
curstwist
added
0.E Content Freeze
Items / Item Actions / Item Qualities
Items and how they work and interact
[JSON]
Changes (can be) made in JSON
and removed
0.E Content Freeze
labels
Feb 12, 2020
This was referenced Feb 16, 2020
ZhilkinSerg
force-pushed
the
dev
branch
3 times, most recently
from
March 18, 2020 07:00
924f105
to
39e00e3
Compare
ZhilkinSerg
force-pushed
the
dev
branch
3 times, most recently
from
April 1, 2020 12:18
ad63e77
to
8e68539
Compare
kevingranade
force-pushed
the
dev
branch
4 times, most recently
from
April 2, 2020 07:42
621a68e
to
b7106d0
Compare
ZhilkinSerg
force-pushed
the
dev
branch
3 times, most recently
from
April 2, 2020 12:55
0f30a43
to
d432807
Compare
more accurate representation of real power usage
Ok so the Vacuum oven works but the only problem with it is that if you dont activate the item after its done purging before it runs out of batteries it reverts back to a filled small vacuum oven. |
Drewscriver
pushed a commit
to Drewscriver/Cataclysm-DDA
that referenced
this pull request
Apr 30, 2020
adds small vacuum oven and all associated states
This was referenced May 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Items / Item Actions / Item Qualities
Items and how they work and interact
[JSON]
Changes (can be) made in JSON
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.
adds small vacuum oven and all associated states
Summary
SUMMARY: Content "pt4 of my extracts and concentrates mod into mainline"
Describe the solution
-small vac oven works like the char_kiln but uses battery power at the same time. there is a deconstruction recipe for this item just like the char_kiln.
Testing
Crafted and used, runs good
Additional context
So this item is just a placeholder until i can create a furniture item that does the same function. Essentially i tried to make this item work similar to the rock_kiln (whether u put 1 log or 5 logs it takes the same amount of time to "cook") but i cant do it without c++ additons. i will create a draft PR with all the furniture constructions and deconstruct recipe info so someone can help me with that. the only bug i couldnt work out is if you dont "use" the finished vac_oven_on item before the battery runs out then it reverts back to filled_vacuum_oven