New kits (#61)
* my fulton changes fulton rework to make them worth getting * Fulton rework adjustments fixed the spelling error and edited the description to reflect the fact you can move people * SURVIVAL BUNDLES survival bundles which are basically just stimpack bundles but with survival pens instead of stimpacks * survival kit raised the price to 1000 * few more items ok a few things added a survival knife to the mining vendor i don't need to tell you how annoying it is to lose your knife. for 300 points survival kit, containing 3 medpens, 2 survival pods, a survival knife, and a whetstone for 1250 points and a whetstone for 1000 * Removed the equipment package it was pretty much unnecessary and probably OP when you can get a literal spacesuit for almost the same * medipens medipens now cost 600 points because fuck being able to afford like 3 of these 15 minutes in the medipen bundle now costs 1500, and is renamed to Survival medipen bundle * making the bundle super priced bundle price now 2000
This commit is contained in:
@@ -930,3 +930,14 @@
|
||||
new /obj/item/weapon/circuitboard/machine/destructive_analyzer(src)
|
||||
new /obj/item/weapon/circuitboard/machine/circuit_imprinter(src)
|
||||
new /obj/item/weapon/circuitboard/computer/rdconsole(src)
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/utility1
|
||||
name = "survival value kit"
|
||||
desc = "A box with several survival medipens for the economical miner."
|
||||
icon_state = "syringe"
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/utility1/New()
|
||||
..()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/medipen/survival(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user