mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Merge branch 'master' into you_have_ligma
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
/datum/uplink_item/item/stealthy_weapons/pens
|
||||
name = "Pen-jector Kit"
|
||||
desc = "A kit that contains four differently coloured pens. A red poison pen, a blue pacifying pen, a green pen containing healing chemicals, and a yellow hyperzine pen."
|
||||
item_cost = 6
|
||||
desc = "A kit that contains four differently coloured pens. A blue pacifying pen, a green pen containing healing chemicals, and a yellow hyperzine pen."
|
||||
item_cost = 5
|
||||
path = /obj/item/storage/box/syndie_kit/special_pens
|
||||
|
||||
/datum/uplink_item/item/stealthy_weapons/parapen
|
||||
|
||||
@@ -144,9 +144,7 @@
|
||||
starts_with = list(
|
||||
/obj/item/pen/reagent/healing = 1,
|
||||
/obj/item/pen/reagent/pacifier = 1,
|
||||
/obj/item/pen/reagent/hyperzine = 1,
|
||||
/obj/item/pen/reagent/poison = 1
|
||||
|
||||
/obj/item/pen/reagent/hyperzine = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/spy
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
/obj/machinery/computer/shuttle_control/research
|
||||
name = "research shuttle control console"
|
||||
shuttle_tag = "Research"
|
||||
//req_access = list(access_research)
|
||||
req_access = list(access_research)
|
||||
circuit = /obj/item/circuitboard/research_shuttle
|
||||
|
||||
/obj/machinery/computer/shuttle_control/merchant
|
||||
|
||||
Reference in New Issue
Block a user