Skip to content

Commit

Permalink
Kahraman Thumpers (#27956)
Browse files Browse the repository at this point in the history
* Update medical.dm

* Automatic changelog for PR #1 [ci skip]

* Update kahraman_industries.dm

* Delete html/changelogs/AutoChangeLog-pr-1.yml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Useroth <[email protected]>
  • Loading branch information
3 people authored Jun 2, 2024
1 parent 508807e commit 1694da9
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
category = KAHRAMAN_INDUSTRIES_NAME
company_bitflag = CARGO_COMPANY_KAHRAMAN

/// Kahraman-made machines
/datum/armament_entry/company_import/kahraman/machinery
subcategory = "Machinery"

/datum/armament_entry/company_import/kahraman/machinery/biogenerator
item_type = /obj/item/flatpacked_machine/organics_printer
description = "An advanced machine seen in frontier outposts and colonies capable of turning organic plant matter into \
reagents and items of use that a fabricator can't typically make."
cost = CARGO_CRATE_VALUE * 3

/datum/armament_entry/company_import/kahraman/machinery/ore_thumper
item_type = /obj/item/flatpacked_machine/ore_thumper
description = "A frame with a heavy block of metal suspended atop a pipe. \
Must be deployed outdoors and given a wired power connection. \
Forces pressurized gas into the ground which brings up buried resources."
cost = CARGO_CRATE_VALUE * 5

/datum/armament_entry/company_import/kahraman/machinery/gps_beacon
item_type = /obj/item/flatpacked_machine/gps_beacon
description = "A packed GPS beacon, can be deployed and anchored into the ground to \
provide and unobstructed homing beacon for wayward travelers across the galaxy."
cost = PAYCHECK_LOWER

// Mining PPE, SEVAs and hardhats, have you passed your OSHA inspection today?

/datum/armament_entry/company_import/kahraman/ppe
Expand Down

0 comments on commit 1694da9

Please sign in to comment.