Skip to content

Commit

Permalink
weh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 22, 2024
1 parent 43a810c commit 30561b4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@
item_type = /obj/item/stack/medical/suture
cost = PAYCHECK_LOWER

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/first_aid/medicated_sutures
item_type = /obj/item/stack/medical/suture/medicated
cost = PAYCHECK_LOWER * 1.6
*/

/datum/armament_entry/company_import/deforest/first_aid/red_sun
item_type = /obj/item/stack/medical/ointment/red_sun
Expand All @@ -75,9 +78,12 @@
item_type = /obj/item/stack/medical/mesh
cost = PAYCHECK_LOWER

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/first_aid/advanced_mesh
item_type = /obj/item/stack/medical/mesh/advanced
cost = PAYCHECK_LOWER * 1.6
*/

/datum/armament_entry/company_import/deforest/first_aid/sterile_gauze
item_type = /obj/item/stack/medical/gauze/sterilized
Expand Down
11 changes: 11 additions & 0 deletions tff_modular/modules/cargo/packs/medical.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/datum/supply_pack/medical/advanced_packs
name = "Advanced Mesh and Sutures Crate"
desc = "Contains some advanced regenerative mesh and medicated sutures."
cost = CARGO_CRATE_VALUE * 4
access = ACCESS_MEDICAL
contains = list(
/obj/item/stack/medical/suture/medicated = 3,
/obj/item/stack/medical/mesh/advanced = 3,
)
crate_name = "medical crate"
crate_type = /obj/structure/closet/crate/deforest
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
/datum/armament_entry/company_import/deforest/first_aid/suture
cost = PAYCHECK_LOWER * 3

/*
/datum/armament_entry/company_import/deforest/first_aid/medicated_sutures
cost = PAYCHECK_LOWER * 7
*/

/datum/armament_entry/company_import/deforest/first_aid/red_sun
cost = PAYCHECK_LOWER * 2
Expand All @@ -52,8 +54,10 @@
/datum/armament_entry/company_import/deforest/first_aid/mesh
cost = PAYCHECK_LOWER * 3

/*
/datum/armament_entry/company_import/deforest/first_aid/advanced_mesh
cost = PAYCHECK_LOWER * 7
*/

/datum/armament_entry/company_import/deforest/first_aid/sterile_gauze
cost = PAYCHECK_LOWER * 2
Expand Down
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8839,6 +8839,7 @@
#include "tff_modular\modules\bunny\code\clothing\suit.dm"
#include "tff_modular\modules\bunny\code\clothing\under.dm"
#include "tff_modular\modules\cargo\goodies.dm"
#include "tff_modular\modules\cargo\packs\medical.dm"
#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"
Expand Down

0 comments on commit 30561b4

Please sign in to comment.