Blackstone-SS13 / BLACKSTONE

GNU Affero General Public License v3.0
29 stars 189 forks source link

Alchemy fixed #1418

Open Ambrose997 opened 6 days ago

Ambrose997 commented 6 days ago

Fixes alchemy by ensuring the datums have unique names (they were being overwritten), corrects the crafting type at the top (was showing up in crafting instead of alchemy), more efficient usage of bottle subtypes amongst recipes via subtype_reqs = TRUE whilst also ensuring that it works regardless if you use obj/item/reagent_containers/glass/bottle or obj/item/reagent_containers/glass/bottle/rogue (this code uses both and the map has the non rogue version for some reason).

Stinky code freeze means players don't get to use this yet tho.

Tested this locally, fully works!