mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] AllergyPen and autoinjector costs (#10714)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
44dcbe50ea
commit
79fe868e65
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user