Skip to content

Commit

Permalink
[MIRROR] Adds more medipens to the medipen refiller (#2791)
Browse files Browse the repository at this point in the history
* Adds more medipens to the medipen refiller (#82449)

## About The Pull Request

Adds mining pens and meth pens as things you can refill from the medipen
refiller
Regular pen requires Libital
Luxury pen requires Penthrite
Meth pens requires meth
Mutadone pens requires mutadone
Invisibility pens requires saturnX

## Why It's Good For The Game

This is a criminally underused machine that is already hidden by being
behind research and construction in the department least likely to build
machines, giving them a pretty minor but cool interaction with Mining
that could save them some mining points if they put the work in sounds
cool.

Regular medipen takes Libital but it also gains epinephrine, aiuri and
leporazine, which is fine because these are all just as easy to get than
Libital anyways (except for Epinephrine, but it's not a major player
here, even in epipens it's used for the formal more) and has the low
pressure requirement making it not worthwhile for doctors to abuse.
Luxury medipens takes Penthrite, so even if it makes omnizine and some
others, the penthrite alone, being hard to make, requiring Lavaland
geysers, AND having the low-pressure on top of it, makes it nice for
miners to have. Chemists who goes out of their way to do plunging stuff
on lavaland, bluespaces it up, and make a well optimized factory, on top
of having to get some pens to refill, makes it a long and worthwhile
process for a good item.

For the meth pens, it was added as a nukie only item, and I don't really
see why you shouldn't be able to refill them.
Mutadone medipens is just straight up mutadone with nothing extra added
on top, so I don't see why it shouldn't be refillable.

* Adds more medipens to the medipen refiller

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: John Willard <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent 5c79a4f commit 7110467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/machinery/medipen_refiller.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
/obj/item/reagent_containers/hypospray/medipen/oxandrolone = /datum/reagent/medicine/oxandrolone,
/obj/item/reagent_containers/hypospray/medipen/salacid = /datum/reagent/medicine/sal_acid,
/obj/item/reagent_containers/hypospray/medipen/penacid = /datum/reagent/medicine/pen_acid,
/obj/item/reagent_containers/hypospray/medipen/mutadone = /datum/reagent/medicine/mutadone,
/obj/item/reagent_containers/hypospray/medipen/methamphetamine = /datum/reagent/drug/methamphetamine,
/obj/item/reagent_containers/hypospray/medipen/survival = /datum/reagent/medicine/c2/libital,
/obj/item/reagent_containers/hypospray/medipen/survival/luxury = /datum/reagent/medicine/c2/penthrite,
/obj/item/reagent_containers/hypospray/medipen/invisibility = /datum/reagent/drug/saturnx,
)

/obj/machinery/medipen_refiller/Initialize(mapload)
Expand Down

0 comments on commit 7110467

Please sign in to comment.