mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Miscellaneous Changes
- Adds some more uplink stuff based on recent updates - Purges Xenomorph hybrid whitelist (they are not whitelisted anymore) - Adds some hybrid cells to the Dropship
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
/**********
|
||||
* Medical *
|
||||
**********/
|
||||
/datum/uplink_item/item/medical/fire
|
||||
name = "Fire medical kit"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/storage/firstaid/fire
|
||||
|
||||
/datum/uplink_item/item/medical/toxin
|
||||
name = "Toxin medical kit"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/storage/firstaid/toxin
|
||||
|
||||
/datum/uplink_item/item/medical/o2
|
||||
name = "Oxygen medical kit"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/storage/firstaid/o2
|
||||
|
||||
/datum/uplink_item/item/medical/adv
|
||||
name = "Advanced medical kit"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/storage/firstaid/adv
|
||||
|
||||
/datum/uplink_item/item/medical/mre
|
||||
name = "Meal, Ready to eat (Random)"
|
||||
item_cost = 5
|
||||
@@ -26,6 +46,11 @@
|
||||
item_cost = 5
|
||||
path = /obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/purity
|
||||
|
||||
/datum/uplink_item/item/medical/pain
|
||||
name = "Pain injector"
|
||||
item_cost = 5
|
||||
path = /obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/pain
|
||||
|
||||
/datum/uplink_item/item/medical/brute
|
||||
name = "Brute injector"
|
||||
item_cost = 5
|
||||
@@ -46,6 +71,11 @@
|
||||
item_cost = 5
|
||||
path = /obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/oxy
|
||||
|
||||
/datum/uplink_item/item/medical/organ
|
||||
name = "Organ Repair injector"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/organ
|
||||
|
||||
/datum/uplink_item/item/medical/nanites
|
||||
name = "Healing Nanite pill bottle"
|
||||
item_cost = 30
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
item_cost = 20
|
||||
path = /obj/item/modular_computer/laptop/preset/custom_loadout/elite
|
||||
|
||||
/datum/uplink_item/item/tools/inducer
|
||||
name = "Inducer"
|
||||
item_cost = 20
|
||||
path = /obj/item/weapon/inducer/syndicate
|
||||
|
||||
/datum/uplink_item/item/tools/luxurycapsule
|
||||
name = "Survival Capsule (Luxury)"
|
||||
item_cost = 40
|
||||
@@ -36,6 +41,11 @@
|
||||
item_cost = 40
|
||||
path = /obj/item/device/perfect_tele
|
||||
|
||||
/datum/uplink_item/item/tools/uav
|
||||
name = "Recon Skimmer"
|
||||
item_cost = 40
|
||||
path = /obj/item/device/uav
|
||||
|
||||
/datum/uplink_item/item/tools/barcapsule
|
||||
name = "Survival Capsule (Bar)"
|
||||
item_cost = 80
|
||||
|
||||
Reference in New Issue
Block a user