[MIRROR] AllergyPen and autoinjector costs (#10714)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-22 00:48:31 -07:00
committed by GitHub
parent 44dcbe50ea
commit 79fe868e65
5 changed files with 15 additions and 3 deletions

View File

@@ -25,9 +25,9 @@
var/count_plastic = 0 //Given in "units", not sheets
var/value_plastic = 2000 //1 sheet translates to 2000 units
var/cost_plastic_small = 30
var/cost_plastic_large = 1500
var/capacity_plastic = 60000 // cost_plastic_large * 40
var/cost_plastic_small = 25
var/cost_plastic_large = 250
var/capacity_plastic = 60000 // 30 sheets of plastic
/obj/machinery/injector_maker/Initialize(mapload)

View File

@@ -225,6 +225,12 @@
desc = "A rapid and safe way to administer small amounts of drugs by untrained or trained personnel. This one excels at treating genetic damage."
filled_reagents = list(REAGENT_ID_REZADONE = 5)
/obj/item/reagent_containers/hypospray/autoinjector/allergen
name = "AllergyPen"
desc = "An autoinjector designed for use during an allergic reaction or anaphylaxis. The user should immediately seek medical support after use, for additional monitoring and aid."
icon_state = "allergy"
item_state = "allergy"
// These have a 15u capacity, somewhat higher tech level, and generally more useful chems, but are otherwise the same as the regular autoinjectors.
/obj/item/reagent_containers/hypospray/autoinjector/biginjector
name = "empty hypo"