Merge pull request #15860 from shellspeed1/public-bounties
Port of public bounties and the sales tagger from tg.
This commit is contained in:
@@ -90,3 +90,12 @@
|
||||
materials = list(/datum/material/iron = 2010, /datum/material/glass = 5)
|
||||
build_path = /obj/item/electronics/electrochromatic_kit
|
||||
category = list("initial", "Electronics")
|
||||
|
||||
/datum/design/salestagger
|
||||
name = "Sales Tagger"
|
||||
id = "salestagger"
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(/datum/material/iron = 700, /datum/material/glass = 200)
|
||||
build_path = /obj/item/sales_tagger
|
||||
category = list("initial", "Electronics")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
@@ -17,15 +17,7 @@
|
||||
build_path = /obj/item/circuitboard/computer/cargo/request
|
||||
category = list("Computer Boards")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
||||
|
||||
/datum/design/board/bounty
|
||||
name = "Computer Design (Bounty Console)"
|
||||
desc = "Allows for the construction of circuit boards used to build a Bounty Console."
|
||||
id = "bounty"
|
||||
build_path = /obj/item/circuitboard/computer/bounty
|
||||
category = list("Computer Boards")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
||||
|
||||
|
||||
/datum/design/board/mining
|
||||
name = "Computer Design (Outpost Status Display)"
|
||||
desc = "Allows for the construction of circuit boards used to build an outpost status display console."
|
||||
@@ -41,3 +33,10 @@
|
||||
build_path = /obj/item/circuitboard/computer/mining_shuttle
|
||||
category = list("Computer Boards")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO
|
||||
|
||||
/datum/design/board/bountypad_control
|
||||
name = "Computer Design (Civilian Bounty Pad Control)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new civilian bounty pad console."
|
||||
id = "bounty_pad_control"
|
||||
build_path = /obj/item/circuitboard/computer/bountypad
|
||||
category = list("Computer Boards")
|
||||
|
||||
@@ -40,3 +40,10 @@
|
||||
build_path = /obj/item/circuitboard/machine/ore_redemption
|
||||
category = list ("Misc. Machinery")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|
||||
|
||||
/datum/design/board/bountypad
|
||||
name = "Machine Design (Civilian Bounty Pad)"
|
||||
desc = "The circuit board for a Civilian Bounty Pad."
|
||||
id = "bounty_pad"
|
||||
build_path = /obj/item/circuitboard/machine/bountypad
|
||||
category = list ("Misc. Machinery")
|
||||
|
||||
Reference in New Issue
Block a user