Skip to content

Commit

Permalink
[MIRROR] Uh oh! The NT board of workplace safety is trying to blackli…
Browse files Browse the repository at this point in the history
…st the Akhter Co. Prybar! (#4909)

* Uh oh! The NT board of workplace safety is trying to blacklist the Akhter Co. Prybar! (#3635)

* initial

* forgot

* review

* edit

* review perhaps

* [MIRROR] Uh oh! The NT board of workplace safety is trying to blacklist the Akhter Co. Prybar!

* Resolve conflict

---------

Co-authored-by: lila <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
Co-authored-by: Feenie <[email protected]>
  • Loading branch information
4 people authored Aug 12, 2024
1 parent 7d0bc90 commit 1ad7540
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
price_max = CARGO_CRATE_VALUE * 1.5
stock_max = 2
availability_prob = 65

/datum/market_item/tool/doorforcer
name = "Akhter Company Prybar"
desc = "The infamous colonial crowbar, despite attempts at blacklisting by the Nanotrasen board of safety, still humbly available on the black market. "
item = /obj/item/crowbar/large/doorforcer
stock = 4
price_min = CARGO_CRATE_VALUE * 0.5
price_max = CARGO_CRATE_VALUE
availability_prob = 100
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
/datum/armament_entry/company_import/akh_frontier/basic/omni_drill
item_type = /obj/item/screwdriver/omni_drill

// FLUFFY FRONTIER REMOVAL BEGIN - No public door openers
/*
/datum/armament_entry/company_import/akh_frontier/basic/prybar
item_type = /obj/item/crowbar/large/doorforcer
restricted = TRUE
*/
// FLUFFY FRONTIER REMOVAL END

/datum/armament_entry/company_import/akh_frontier/basic/arc_welder
item_type = /obj/item/weldingtool/electric/arc_welder

Expand All @@ -32,7 +24,7 @@

/datum/armament_entry/company_import/akh_frontier/deployables_fab/rapid_construction_fabricator
item_type = /obj/item/flatpacked_machine
cost = CARGO_CRATE_VALUE * 6
cost = CARGO_CRATE_VALUE * 8
restricted = TRUE

/datum/armament_entry/company_import/akh_frontier/deployables_fab/foodricator
Expand Down

0 comments on commit 1ad7540

Please sign in to comment.