Skip to content

Commit

Permalink
Возвращаем лекарства синтов и боевые стимуляторы
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 10, 2024
1 parent b3fd5eb commit 0dcca85
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@
/datum/armament_entry/company_import/deforest/medpens/halobinin
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/halobinin

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #----
/*
/datum/armament_entry/company_import/deforest/medpens/robo_solder
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/robot_liquid_solder

/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 #----
/*
/datum/armament_entry/company_import/deforest/medpens/pentibinin
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/pentibinin
contraband = TRUE
Expand All @@ -167,10 +167,8 @@

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

// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #----
/*
/datum/armament_entry/company_import/deforest/medpens_stim/adrenaline
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/adrenaline

Expand All @@ -190,15 +188,13 @@

/datum/armament_entry/company_import/deforest/medpens_stim/twitch
item_type = /obj/item/reagent_containers/hypospray/medipen/deforest/twitch
cost = PAYCHECK_COMMAND * 3
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #----; 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 * 3
cost = PAYCHECK_COMMAND * 30 // FLUFFY FRONTIER EDIT: fuck deforest #----; original: PAYCHECK_COMMAND * 3
contraband = TRUE
*/
// FLUFFY FRONTIER REMOVAL END

// Equipment, from defibs to scanners to surgical tools

Expand Down

0 comments on commit 0dcca85

Please sign in to comment.