Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
ryetalin (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelynotspaghetti authored Apr 17, 2024
1 parent 176f374 commit d7d460b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
new /obj/item/clothing/mask/cigarette/kelo(src)
for(var/i in 1 to 5)
new /obj/item/clothing/mask/cigarette/tram(src)
for(var/i in 1 to 5)
new /obj/item/clothing/mask/cigarette/antitox(src)
// for(var/i in 1 to 5)
// new /obj/item/clothing/mask/cigarette/antitox(src)

new /obj/item/clothing/mask/cigarette/emergency(src)
new /obj/item/tool/lighter(src)
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
/obj/item/storage/firstaid/toxin/fill_firstaid_kit()
new /obj/item/healthanalyzer(src)
new /obj/item/storage/pill_bottle/dylovene(src)
new /obj/item/storage/pill_bottle/packet/ryetalyn(src)
// new /obj/item/storage/pill_bottle/packet/ryetalyn(src)
new /obj/item/reagent_containers/hypospray/autoinjector/hypervene(src)
new /obj/item/reagent_containers/hypospray/autoinjector/hypervene(src)
new /obj/item/storage/syringe_case/tox(src)
Expand Down
6 changes: 3 additions & 3 deletions code/modules/reagents/reactions/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
name = "Meralyne"
results = list(/datum/reagent/medicine/meralyne = 3)
required_reagents = list(/datum/reagent/medicine/inaprovaline = 1, /datum/reagent/medicine/bicaridine = 1, /datum/reagent/iron = 1, /datum/reagent/medicine/lemoline = 1)

/* RU TGMC EDIT
/datum/chemical_reaction/ryetalyn
name = "Ryetalyn"
results = list(/datum/reagent/medicine/ryetalyn = 2)
required_reagents = list(/datum/reagent/medicine/arithrazine = 1, /datum/reagent/carbon = 1, /datum/reagent/medicine/lemoline = 1)

RU TGMC EDIT */
/datum/chemical_reaction/cryoxadone
name = "Cryoxadone"
results = list(/datum/reagent/medicine/cryoxadone = 3)
Expand Down Expand Up @@ -147,7 +147,7 @@
/datum/chemical_reaction/peridaxon_plus
name = "Peridaxon Plus"
results = list(/datum/reagent/medicine/peridaxon_plus = 1)
required_reagents = list(/datum/reagent/medicine/ryetalyn = 5, /datum/reagent/toxin/phoron = 5)
required_reagents = list(/datum/reagent/medicine/hyronalin = 5, /datum/reagent/toxin/phoron = 5) //RU TGMC EDIT

/datum/chemical_reaction/quickclot
name = "Quick-Clot"
Expand Down
5 changes: 0 additions & 5 deletions modular_RUtgmc/code/modules/reagents/reactions/medical.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/datum/chemical_reaction/ryetalyn
name = "Ryetalyn"
results = list(/datum/reagent/medicine/ryetalyn = 2)
required_reagents = list(/datum/reagent/medicine/arithrazine = 1, /datum/reagent/carbon = 1)

/datum/chemical_reaction/synaptizine
name = "Synaptizine"
results = list(/datum/reagent/medicine/synaptizine = 3)
Expand Down

0 comments on commit d7d460b

Please sign in to comment.