Mining Vendor Redo (#298)
* Mining Vendor Redo basically Re adds all the stuff i added back at the start of 6th port, also re added stimpacks to the lsit becuase i don't see why they needed to be removed from it * whetstone removed whetstone removed * price balances just tweaked the prices of the new bundles to make them actually worth purchasing following a 5 for the price of 4 standard * The final change finishes the requested changes * removes excessive line spacing * removes trailing comma
This commit is contained in:
@@ -184,6 +184,16 @@
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/medipen/stimpack(src)
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/survival
|
||||
name = "Survival pen bundle"
|
||||
desc = "a box with several survival pens inside, welcome to immortality!!"
|
||||
illustration = "syringe"
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/survival/New()
|
||||
..()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/medipen/survival(src)
|
||||
|
||||
/obj/item/weapon/storage/box/beakers
|
||||
name = "box of beakers"
|
||||
illustration = "beaker"
|
||||
|
||||
Reference in New Issue
Block a user