Skip to content

Commit

Permalink
Marks the flatpacked Fabricator and RTG imports as 'restricted' (#280)
Browse files Browse the repository at this point in the history
Update akh_frontier.dm

Co-authored-by: OrionTheFox <[email protected]>
  • Loading branch information
Steals-The-PRs and OrionTheFox authored Oct 25, 2023
1 parent 15063cd commit 72868dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/datum/armament_entry/company_import/akh_frontier/deployables_fab/rapid_construction_fabricator
item_type = /obj/item/flatpacked_machine
cost = CARGO_CRATE_VALUE * 6
restricted = TRUE

// Various smaller appliances than the deployable machines below

Expand Down Expand Up @@ -80,3 +81,4 @@

/datum/armament_entry/company_import/akh_frontier/deployables/rtg
item_type = /obj/item/flatpacked_machine/rtg
restricted = TRUE

0 comments on commit 72868dd

Please sign in to comment.