adds public bounty consoles without inflation, also removes the mint
This commit is contained in:
@@ -372,6 +372,11 @@
|
||||
. += "The [D.account_holder] reports a balance of [D.account_balance] cr."
|
||||
. += "<span class='info'>Alt-Click the ID to pull money from the linked account in the form of holochips.</span>"
|
||||
. += "<span class='info'>You can insert credits into the linked account by pressing holochips, cash, or coins against the ID.</span>"
|
||||
if(registered_account.civilian_bounty)
|
||||
. += "<span class='info'><b>There is an active civilian bounty.</b>"
|
||||
. += "<span class='info'><i>[registered_account.bounty_text()]</i></span>"
|
||||
. += "<span class='info'>Quantity: [registered_account.bounty_num()]</span>"
|
||||
. += "<span class='info'>Reward: [registered_account.bounty_value()]</span>"
|
||||
if(registered_account.account_holder == user.real_name)
|
||||
. += "<span class='boldnotice'>If you lose this ID card, you can reclaim your account by Alt-Clicking a blank ID card while holding it and entering your account ID number.</span>"
|
||||
else
|
||||
|
||||
@@ -348,6 +348,10 @@
|
||||
name = "Snow Taxi (Computer Board)"
|
||||
build_path = /obj/machinery/computer/shuttle/snow_taxi
|
||||
|
||||
/obj/item/circuitboard/computer/bountypad
|
||||
name = "Bounty Pad (Computer Board)"
|
||||
build_path = /obj/machinery/computer/piratepad_control/civilian
|
||||
|
||||
// /obj/item/circuitboard/computer/bountypad
|
||||
// name = "Bounty Pad (Computer Board)"
|
||||
// build_path = /obj/machinery/computer/piratepad_control/civilian
|
||||
|
||||
@@ -685,15 +685,15 @@
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/vending_refill/donksoft = 1)
|
||||
|
||||
// /obj/item/circuitboard/machine/bountypad
|
||||
// name = "Civilian Bounty Pad (Machine Board)"
|
||||
// icon_state = "generic"
|
||||
// build_path = /obj/machinery/piratepad/civilian
|
||||
// req_components = list(
|
||||
// /obj/item/stock_parts/card_reader = 1,
|
||||
// /obj/item/stock_parts/scanning_module = 1,
|
||||
// /obj/item/stock_parts/micro_laser = 1
|
||||
// )
|
||||
|
||||
/obj/item/circuitboard/machine/bountypad
|
||||
name = "Civilian Bounty Pad (Machine Board)"
|
||||
icon_state = "generic"
|
||||
build_path = /obj/machinery/piratepad/civilian
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/scanning_module = 1,
|
||||
/obj/item/stock_parts/micro_laser = 1
|
||||
)
|
||||
|
||||
// /obj/item/circuitboard/machine/accounting
|
||||
// name = "Account Registration Device (Machine Board)"
|
||||
|
||||
Reference in New Issue
Block a user