-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various primitive/crafting fixes/qol (#2032)
* Switch big moarter to item_interactions clean up some balloon alerts * decon fixes, move to atom_deconstruction * millstone decon fix * No free pots. * oven decon * Show our stack recipes in crafting menu * shouldn't be calling parent here * machines use on_decon * missed a no_decon * Smithable soup pots * mortar mixing * stop if full * /closet handles this actually * redundant flags * whoopsie * wait, that's not right * mortar reagent transfers * revert this whole ass file * just put this back i guess * no rack parts * moves some checks around, better checks * better mortar sanity * this hurts me as much as it hurts you * we still need attackby :( * this is too verbose * Some forge fixes too * smithing decon * Novification ™️ * Move clay to the modular file too * Might as well grab these too
- Loading branch information
1 parent
cd8ed59
commit dc7f0c6
Showing
13 changed files
with
188 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#define CAT_HEMOPHAGE "Hemophage Food" | ||
#define CAT_TESHARI "Teshari Food" | ||
|
||
GLOBAL_LIST_INIT(crafting_category_food_skyrat, list( | ||
GLOBAL_LIST_INIT(crafting_category_food_nova, list( | ||
CAT_HEMOPHAGE, | ||
CAT_TESHARI, | ||
)) |
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.