Skip to content

Commit

Permalink
weh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 10, 2024
1 parent 0dcca85 commit e0e20fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
subcategory = "Medical Autoinjectors"
cost = PAYCHECK_LOWER * 3

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #----
// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/medpens/occuisate
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/occuisate
Expand All @@ -133,7 +133,7 @@
/datum/armament_entry/company_import/deforest/medpens/calopine
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/calopine

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #----
// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/medpens/coagulants
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/coagulants
Expand All @@ -155,7 +155,7 @@
/datum/armament_entry/company_import/deforest/medpens/robo_cleaner
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/robot_system_cleaner

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #----
// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
/datum/armament_entry/company_import/deforest/medpens/pentibinin
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/pentibinin
Expand All @@ -167,7 +167,7 @@

/datum/armament_entry/company_import/deforest/medpens_stim
subcategory = "Stimulant Autoinjectors"
cost = PAYCHECK_COMMAND * 20 // FLUFFY FRONTIER EDIT: fuck deforest #----; original: PAYCHECK_COMMAND * 2
cost = PAYCHECK_COMMAND * 20 // FLUFFY FRONTIER EDIT: fuck deforest #5219; original: PAYCHECK_COMMAND * 2

/datum/armament_entry/company_import/deforest/medpens_stim/adrenaline
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/adrenaline
Expand All @@ -188,12 +188,12 @@

/datum/armament_entry/company_import/deforest/medpens_stim/twitch
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/twitch
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #----; original: PAYCHECK_COMMAND * 3
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #5219; original: PAYCHECK_COMMAND * 3
contraband = TRUE

/datum/armament_entry/company_import/deforest/medpens_stim/demoneye
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/demoneye
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #----; original: PAYCHECK_COMMAND * 3
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #5219; original: PAYCHECK_COMMAND * 3
contraband = TRUE

// Equipment, from defibs to scanners to surgical tools
Expand Down
4 changes: 2 additions & 2 deletions modular_nova/modules/imported_vendors/code/vendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/obj/machinery/vending/imported/yangyu,
/obj/machinery/vending/imported/mothic,
/obj/machinery/vending/imported/tiziran,
// /obj/machinery/vending/deforest_medvend, //FLUFFY FRONTIER REMOVAL: fuck deforest #----
// /obj/machinery/vending/deforest_medvend, //FLUFFY FRONTIER REMOVAL: fuck deforest #5219
)

/obj/effect/spawner/random/vending/colavend //These can serve both snacks AND drinks so it's kinda both of them?
Expand All @@ -13,7 +13,7 @@
/obj/machinery/vending/imported/yangyu,
/obj/machinery/vending/imported/mothic,
/obj/machinery/vending/imported/tiziran,
// /obj/machinery/vending/deforest_medvend, //FLUFFY FRONTIER REMOVAL: fuck deforest #----
// /obj/machinery/vending/deforest_medvend, //FLUFFY FRONTIER REMOVAL: fuck deforest #5219
)

/datum/supply_pack/vending/imported/fill(obj/structure/closet/crate/target_crate)
Expand Down

0 comments on commit e0e20fa

Please sign in to comment.