Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocma-san committed Dec 22, 2024
1 parent 45b1a26 commit ec737f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modular_nova/modules/modular_vending/code/tool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/obj/item/weldingtool/electric/arc_welder = 1,
/obj/item/pickaxe/drill/compact = 1,
)
// FLUFFY FRONTIER REMOVAL BEGIN: fuck deforest #5219
/*
contraband_nova = list(
/obj/item/crowbar/large/doorforcer = 2,
)
*/
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

/datum/armament_entry/company_import/deforest/first_aid/super_robofoam

/datum/armament_entry/company_import/deforest/first_aid/mannitol

// Autoinjectors for healing

Expand All @@ -91,9 +92,8 @@
/datum/armament_entry/company_import/deforest/medpens/calopine
cost = PAYCHECK_LOWER * 6

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

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

0 comments on commit ec737f1

Please sign in to comment.