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:
katnep
2016-10-11 14:34:53 +01:00
committed by TalkingCactus
parent 1a25e96385
commit c78fddcf13
3 changed files with 20 additions and 17 deletions
+2 -7
View File
@@ -2,7 +2,7 @@ var/list/total_extraction_beacons = list()
/obj/item/weapon/extraction_pack
name = "fulton material extraction pack"
desc = "A balloon that can be used to extract a target to a Fulton Recovery Beacon. Anything not bolted down can be moved. Link the pack to a beacon by using the pack in hand."
desc = "A balloon that can be used to extract people or objects to a Fulton Recovery Beacon. Anything not bolted down can be moved. Link the pack to a beacon by using the pack in hand."
icon = 'icons/obj/fulton.dmi'
icon_state = "extraction_pack"
w_class = 3
@@ -10,13 +10,8 @@ var/list/total_extraction_beacons = list()
var/list/beacon_networks = list("station")
var/uses_left = 3
var/can_use_indoors
var/safe_for_living_creatures = 0
var/safe_for_living_creatures = 1
/obj/item/weapon/extraction_pack/medivac
name = "fulton medivac extraction pack"
desc = "A specialized extraction balloon capable of safely extracting living targets."
uses_left = 1
safe_for_living_creatures = 1
/obj/item/weapon/extraction_pack/examine()
. = ..()