Skip to content

Commit

Permalink
Things I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
xPokee committed May 26, 2024
1 parent d75b74b commit 322a278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/recipes/slime_extracts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@

//Black

/datum/chemical_reaction/slime/slimemutate2
/*/datum/chemical_reaction/slime/slimemutate2
name = "Advanced Mutation Toxin"
id = /datum/reagent/aslimetoxin
results = list(/datum/reagent/aslimetoxin = 1)
required_reagents = list(/datum/reagent/toxin/plasma = 1)
required_other = TRUE
required_container = /obj/item/slime_extract/black
required_container = /obj/item/slime_extract/black*/


//Oil
Expand Down
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/syringes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@
volume = 1
list_reagents = list(/datum/reagent/mulligan = 1)

/obj/item/reagent_containers/syringe/gluttony
/*/obj/item/reagent_containers/syringe/gluttony
name = "Gluttony's Blessing"
desc = "A syringe recovered from a dread place. It probably isn't wise to use."
amount_per_transfer_from_this = 1
volume = 1
list_reagents = list(/datum/reagent/gluttonytoxin = 1)
list_reagents = list(/datum/reagent/gluttonytoxin = 1)*/

/obj/item/reagent_containers/syringe/bluespace
name = "bluespace syringe"
Expand Down

0 comments on commit 322a278

Please sign in to comment.