mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Easier Medipen Identification, Medipen Box (#1619)
* Easier Medipen Identification, Medipen Box (#54698) * Medipen Differences Adds a box for medipens, and gives each of the "common" pens a new look. * Adds medipen box to craftables. * Lighter first aid pen. * Easier Medipen Identification, Medipen Box Co-authored-by: Winter Flare <7543955+Owai-Seek@users.noreply.github.com>
This commit is contained in:
co-authored by
Winter Flare
parent
d9181876f1
commit
665a7d3673
@@ -455,8 +455,9 @@ GLOBAL_LIST_INIT(cardboard_recipes, list ( \
|
||||
new /datum/stack_recipe("syringe box", /obj/item/storage/box/syringes), \
|
||||
new /datum/stack_recipe("latex gloves box", /obj/item/storage/box/gloves), \
|
||||
new /datum/stack_recipe("sterile masks box", /obj/item/storage/box/masks), \
|
||||
new /datum/stack_recipe("body bag box", /obj/item/storage/box/bodybags), \
|
||||
new /datum/stack_recipe("body bag box", /obj/item/storage/box/bodybags), \
|
||||
new /datum/stack_recipe("perscription glasses box", /obj/item/storage/box/rxglasses), \
|
||||
new /datum/stack_recipe("medipen box", /obj/item/storage/box/medipens), \
|
||||
null, \
|
||||
|
||||
new /datum/stack_recipe("disk box", /obj/item/storage/box/disks), \
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
/obj/item/storage/box/medipens
|
||||
name = "box of medipens"
|
||||
desc = "A box full of epinephrine MediPens."
|
||||
illustration = "syringe"
|
||||
illustration = "epipen"
|
||||
|
||||
/obj/item/storage/box/medipens/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
@@ -219,7 +219,7 @@
|
||||
/obj/item/storage/box/medipens/utility
|
||||
name = "stimpack value kit"
|
||||
desc = "A box with several stimpack medipens for the economical miner."
|
||||
illustration = "syringe"
|
||||
illustration = "epipen"
|
||||
|
||||
/obj/item/storage/box/medipens/utility/PopulateContents()
|
||||
..() // includes regular medipens.
|
||||
|
||||
Reference in New Issue
Block a user