Skip to content

Commit

Permalink
[MIRROR] Rebalances advanced regenerative mesh recipe [MDB IGNORE] (#…
Browse files Browse the repository at this point in the history
…24443) (#161)

* Rebalances advanced regenerative mesh recipe (#78961)

## About The Pull Request

Modifies the amount of cellulose fibers needed to create an advanced
regenerative mesh from 20u to 10u.
## Why It's Good For The Game

Currently, medicated sutures require 10u of cellulose fiber to create.
This means they can be created directly from a (medium complexity)
botany crossbreed, as the 5% cellulose fiber gene from tower caps can
produce 10u cellulose fibers with the densified chemicals trait.

This change allows botanists to create a similar crossbreed which
produces advanced regenerative meshes. Lavaland plants, mutations and
crosspollination are still needed to complete this, so it's a similarly
tough project to the existing suture plant.

## Changelog
:cl:

balance: reduces cellulose fibers required for advanced regenerative
mesh creation from 20u to 10u

/:cl:

* Rebalances advanced regenerative mesh recipe

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Yttriums <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent 93d2c64 commit 33e0d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
new /obj/item/stack/medical/suture/medicated(location)

/datum/chemical_reaction/medicine/medmesh
required_reagents = list(/datum/reagent/cellulose = 20, /datum/reagent/consumable/aloejuice = 20, /datum/reagent/space_cleaner/sterilizine = 10)
required_reagents = list(/datum/reagent/cellulose = 10, /datum/reagent/consumable/aloejuice = 20, /datum/reagent/space_cleaner/sterilizine = 10)
reaction_tags = REACTION_TAG_EASY | REACTION_TAG_HEALING | REACTION_TAG_BURN

/datum/chemical_reaction/medicine/medmesh/on_reaction(datum/reagents/holder, datum/equilibrium/reaction, created_volume)
Expand Down

0 comments on commit 33e0d14

Please sign in to comment.