Skip to content

Commit

Permalink
weh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 21, 2024
1 parent 99c1f40 commit 0b802b0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
item_type = /obj/item/storage/medkit/robotic_repair/preemo/stocked
cost = PAYCHECK_COMMAND * 8

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/first_aid_kit/first_responder
item_type = /obj/item/storage/backpack/duffelbag/deforest_surgical/stocked
cost = PAYCHECK_COMMAND * 10.5
Expand All @@ -42,6 +44,7 @@
/datum/armament_entry/company_import/deforest/first_aid_kit/technician_satchel
item_type = /obj/item/storage/backpack/duffelbag/deforest_paramedic/stocked
cost = PAYCHECK_COMMAND * 11.75
*/

// Basic first aid supplies like gauze, sutures, mesh, so on

Expand Down
18 changes: 18 additions & 0 deletions tff_modular/modules/company_imports/deforest_cargo_packs.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/datum/supply_pack/medical/civil_defense
cost = CARGO_CRATE_VALUE * 12

/datum/supply_pack/medical/civil_defense/comfort

/datum/supply_pack/medical/frontier_first_aid
cost = CARGO_CRATE_VALUE * 12

/datum/supply_pack/medical/kit_technician
cost = CARGO_CRATE_VALUE * 8

/datum/supply_pack/medical/kit_surgical
cost = CARGO_CRATE_VALUE * 5

/datum/supply_pack/medical/kit_medical
cost = CARGO_CRATE_VALUE * 5

/datum/supply_pack/medical/deforest_vendor_refill
6 changes: 3 additions & 3 deletions tff_modular/modules/company_imports/deforest_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/datum/armament_entry/company_import/deforest/first_aid_kit

/datum/armament_entry/deforest/first_aid_kit/civil_defense/comfort
/datum/armament_entry/company_import/deforest/first_aid_kit/comfort

/datum/armament_entry/company_import/deforest/first_aid_kit/civil_defense
cost = PAYCHECK_COMMAND * 4
Expand All @@ -18,13 +18,15 @@

/datum/armament_entry/company_import/deforest/first_aid_kit/robo_repair_super

/*
/datum/armament_entry/company_import/deforest/first_aid_kit/first_responder
/datum/armament_entry/company_import/deforest/first_aid_kit/orange_satchel
cost = PAYCHECK_COMMAND * 10.5
/datum/armament_entry/company_import/deforest/first_aid_kit/technician_satchel
cost = PAYCHECK_COMMAND * 15.5
*/


// Basic first aid supplies like gauze, sutures, mesh, so on
Expand Down Expand Up @@ -91,15 +93,13 @@

/*
/datum/armament_entry/company_import/deforest/medpens/coagulants
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/coagulants
*/

/datum/armament_entry/company_import/deforest/medpens/lepoturi
cost = PAYCHECK_LOWER * 7

/*
/datum/armament_entry/company_import/deforest/medpens/psifinil
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/psifinil
*/

/datum/armament_entry/company_import/deforest/medpens/halobinin
Expand Down
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8825,6 +8825,7 @@
#include "tff_modular\modules\character_directory\character_directory.dm"
#include "tff_modular\modules\clothing\backpack\backpack.dm"
#include "tff_modular\modules\clothing\suit\suit.dm"
#include "tff_modular\modules\company_imports\deforest_cargo_packs.dm"
#include "tff_modular\modules\company_imports\deforest_medical.dm"
#include "tff_modular\modules\cqd_holsters\code\holster.dm"
#include "tff_modular\modules\cqd_holsters\code\holster_injections.dm"
Expand Down

0 comments on commit 0b802b0

Please sign in to comment.