AllergyPen and autoinjector costs (#17545)

* AllergyPen and autoinjector costs

Added a new AllergyPen autoinjector, available via the loadout (1 point) and medical vendors. Basically the same as the inaprovaline injectors that everyone starts with anyway, but with a new sprite and text to theme them around characters with allergies.

Reduced the cost of large autoinjectors in the injector maker from 1500 to 300. The small ones cost 30 already, and the large ones are definitely worth way more but getting more than one per sheet of plastic would be really nice! Hopefully will make the injector maker more used.

* Update injector_maker.dm
This commit is contained in:
SatinIsle
2025-04-22 01:02:48 +01:00
committed by GitHub
parent db579c2bb2
commit d803a38bdf
5 changed files with 15 additions and 3 deletions
@@ -321,3 +321,8 @@ modular computers
display_name = "blood bag (Randomized)"
path = /obj/item/reagent_containers/blood/random_bloodsucker
cost = 1
/datum/gear/utility/allergypen //For people with allergies
display_name = "AllergyPen"
path = /obj/item/reagent_containers/hypospray/autoinjector/allergen
cost = 1