diff --git a/code/game/machinery/OpTable.dm b/code/game/machinery/OpTable.dm
index d6d789765ac..afaa4b57dbf 100644
--- a/code/game/machinery/OpTable.dm
+++ b/code/game/machinery/OpTable.dm
@@ -1,6 +1,6 @@
/obj/machinery/optable
name = "the operating table"
- desc = "Used for advanced medical procedures."
+ desc = "Used for advanced medical procedures.\n \[Accepts Upgrades\]"
icon = 'icons/obj/surgery.dmi'
icon_state = "table2-idle"
pass_flags_self = ATOM_PASS_TABLE | ATOM_PASS_THROWN | ATOM_PASS_CLICK | ATOM_PASS_OVERHEAD_THROW
diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm
index cecdda1b607..fc0aa3e5406 100644
--- a/code/game/machinery/Sleeper.dm
+++ b/code/game/machinery/Sleeper.dm
@@ -158,7 +158,7 @@
/obj/machinery/sleeper
name = "sleeper"
- desc = "A stasis pod with built-in injectors, a dialysis machine, and a limited health scanner."
+ desc = "A stasis pod with built-in injectors, a dialysis machine, and a limited health scanner.\n \[Accepts Upgrades\]"
icon = 'icons/obj/medical/cryogenic2.dmi'
icon_state = "sleeper_0"
density = TRUE
diff --git a/code/game/machinery/biogenerator.dm b/code/game/machinery/biogenerator.dm
index ac3192e4c26..c613f3892b0 100644
--- a/code/game/machinery/biogenerator.dm
+++ b/code/game/machinery/biogenerator.dm
@@ -14,7 +14,7 @@
/obj/machinery/biogenerator
name = "biogenerator"
- desc = "Converts plants into biomass, which can be used for fertilizer and sort-of-synthetic products."
+ desc = "Converts plants into biomass, which can be used for fertilizer and sort-of-synthetic products.\n \[Accepts Upgrades\]"
icon = 'icons/obj/biogenerator.dmi'
icon_state = "biogen"
base_icon_state = "biogen"
diff --git a/code/game/machinery/bioprinter.dm b/code/game/machinery/bioprinter.dm
index 0e49e92e8f0..686e30bf62d 100644
--- a/code/game/machinery/bioprinter.dm
+++ b/code/game/machinery/bioprinter.dm
@@ -3,7 +3,7 @@
/obj/machinery/organ_printer
name = "organ printer"
- desc = "It's a machine that prints organs."
+ desc = "It's a machine that prints organs.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/fabricators/bioprinter.dmi'
icon_state = "bioprinter"
base_icon_state = "bioprinter"
diff --git a/code/game/machinery/bomb_tester.dm b/code/game/machinery/bomb_tester.dm
index b5c0904e8cd..7a5278d9b61 100644
--- a/code/game/machinery/bomb_tester.dm
+++ b/code/game/machinery/bomb_tester.dm
@@ -4,7 +4,7 @@
/obj/machinery/bomb_tester
name = "explosive effect simulator"
- desc = "A device that can calculate the potential explosive yield of provided gases."
+ desc = "A device that can calculate the potential explosive yield of provided gases.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/bomb_tester_vr.dmi'
icon_state = "generic"
anchored = TRUE
diff --git a/code/game/machinery/cell_charger.dm b/code/game/machinery/cell_charger.dm
index a3cbee919c9..85f4479f545 100644
--- a/code/game/machinery/cell_charger.dm
+++ b/code/game/machinery/cell_charger.dm
@@ -1,6 +1,6 @@
/obj/machinery/cell_charger
name = "heavy-duty cell charger"
- desc = "A much more powerful version of the standard recharger that is specially designed for charging power cells."
+ desc = "A much more powerful version of the standard recharger that is specially designed for charging power cells.\n \[Accepts Upgrades\]"
icon = 'icons/obj/power.dmi'
icon_state = "ccharger0"
anchored = TRUE
diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm
index 98647ace0ea..69bbcfbdda4 100644
--- a/code/game/machinery/cloning.dm
+++ b/code/game/machinery/cloning.dm
@@ -26,7 +26,7 @@
#define CLONE_BIOMASS 30
/obj/machinery/clonepod
name = "cloning pod"
- desc = "An electronically-lockable pod for growing organic tissue."
+ desc = "An electronically-lockable pod for growing organic tissue.\n \[Accepts Upgrades\]"
density = TRUE
anchored = TRUE
circuit = /obj/item/circuitboard/clonepod
diff --git a/code/game/machinery/lathes/autolathe.dm b/code/game/machinery/lathes/autolathe.dm
index d2e5fdc8a01..89e3dee4a10 100644
--- a/code/game/machinery/lathes/autolathe.dm
+++ b/code/game/machinery/lathes/autolathe.dm
@@ -7,7 +7,7 @@
/obj/machinery/lathe/autolathe
name = "autolathe"
- desc = "A versatile lathe capable of printing many objects with the right loaded designs."
+ desc = "A versatile lathe capable of printing many objects with the right loaded designs.\n \[Accepts Upgrades\]"
icon = 'icons/machinery/lathe/autolathe.dmi'
icon_state = "base"
circuit = /obj/item/circuitboard/machine/lathe/autolathe
diff --git a/code/game/machinery/lathes/medical_lathe.dm b/code/game/machinery/lathes/medical_lathe.dm
index d1313150a55..d8dd99fd53e 100644
--- a/code/game/machinery/lathes/medical_lathe.dm
+++ b/code/game/machinery/lathes/medical_lathe.dm
@@ -4,7 +4,7 @@
/obj/machinery/lathe/medical
name = "medical MiniLathe"
- desc = "A standard minilathe, this one seems to print medical consumables."
+ desc = "A standard minilathe, this one seems to print medical consumables.\n \[Accepts Upgrades\]"
lathe_type = LATHE_TYPE_AUTOLATHE
has_interface = TRUE
diff --git a/code/game/machinery/pointdefense.dm b/code/game/machinery/pointdefense.dm
index 46b4693a49c..d40bf6f274c 100644
--- a/code/game/machinery/pointdefense.dm
+++ b/code/game/machinery/pointdefense.dm
@@ -118,7 +118,7 @@ GLOBAL_LIST_BOILERPLATE(pointdefense_turrets, /obj/machinery/power/pointdefense)
name = "\improper point defense battery"
icon = 'icons/obj/pointdefense.dmi'
icon_state = "pointdefense"
- desc = "A Kuiper pattern anti-meteor battery. Capable of destroying most threats in a single salvo."
+ desc = "A Kuiper pattern anti-meteor battery. Capable of destroying most threats in a single salvo.\n \[Accepts Upgrades\]"
description_info = "Must have the same ident tag as a fire assist mainframe on the same facility. Use a multitool to set the ident tag."
density = TRUE
anchored = TRUE
diff --git a/code/game/machinery/recharger.dm b/code/game/machinery/recharger.dm
index d072bac9d7b..860e8b8598b 100644
--- a/code/game/machinery/recharger.dm
+++ b/code/game/machinery/recharger.dm
@@ -1,7 +1,7 @@
// todo: dynamic recharger API on item for cell chargers, wall chargers, and device rechargers.
/obj/machinery/recharger
name = "recharger"
- desc = "A standard recharger for all devices that use power."
+ desc = "A standard recharger for all devices that use power.\n \[Accepts Upgrades\]"
icon = 'icons/obj/stationobjs.dmi'
icon_state = "recharger0"
anchored = TRUE
@@ -232,7 +232,7 @@
/obj/machinery/recharger/wallcharger
name = "wall recharger"
- desc = "A more powerful recharger designed for energy weapons."
+ desc = "A more powerful recharger designed for energy weapons.\n \[Accepts Upgrades\]"
icon = 'icons/obj/stationobjs.dmi'
icon_state = "wrecharger0"
plane = TURF_PLANE
diff --git a/code/game/machinery/rechargestation.dm b/code/game/machinery/rechargestation.dm
index 2ce8e9d5822..0f1133faccb 100644
--- a/code/game/machinery/rechargestation.dm
+++ b/code/game/machinery/rechargestation.dm
@@ -1,6 +1,6 @@
/obj/machinery/recharge_station
name = "cyborg recharging station"
- desc = "A heavy duty rapid charging system, designed to quickly recharge cyborg power reserves."
+ desc = "A heavy duty rapid charging system, designed to quickly recharge cyborg power reserves.\n \[Accepts Upgrades\]"
icon = 'icons/obj/objects.dmi'
icon_state = "borgcharger0"
density = 1
diff --git a/code/game/machinery/virtual_reality/vr_console.dm b/code/game/machinery/virtual_reality/vr_console.dm
index 06eb5c606cb..6f8e75b8b3a 100644
--- a/code/game/machinery/virtual_reality/vr_console.dm
+++ b/code/game/machinery/virtual_reality/vr_console.dm
@@ -1,6 +1,6 @@
/obj/machinery/vr_sleeper
name = "virtual reality sleeper"
- desc = "A fancy bed with built-in sensory I/O ports and connectors to interface users' minds with their bodies in virtual reality."
+ desc = "A fancy bed with built-in sensory I/O ports and connectors to interface users' minds with their bodies in virtual reality.\n \[Accepts Upgrades\]"
icon = 'icons/obj/medical/cryogenic2.dmi'
icon_state = "syndipod_0"
diff --git a/code/modules/atmospherics/machinery/components/binary_devices/algae_generator_vr.dm b/code/modules/atmospherics/machinery/components/binary_devices/algae_generator_vr.dm
index 513f257c2d7..543b2074663 100644
--- a/code/modules/atmospherics/machinery/components/binary_devices/algae_generator_vr.dm
+++ b/code/modules/atmospherics/machinery/components/binary_devices/algae_generator_vr.dm
@@ -1,7 +1,7 @@
/obj/machinery/atmospherics/component/binary/algae_farm
name = "algae oxygen generator"
- desc = "An oxygen generator using algae to convert carbon dioxide to oxygen."
+ desc = "An oxygen generator using algae to convert carbon dioxide to oxygen.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/algae_vr.dmi'
icon_state = "algae-off"
circuit = /obj/item/circuitboard/algae_farm
diff --git a/code/modules/atmospherics/machinery/components/unary/gas_freezer.dm b/code/modules/atmospherics/machinery/components/unary/gas_freezer.dm
index a14a68b25b9..194a3978474 100644
--- a/code/modules/atmospherics/machinery/components/unary/gas_freezer.dm
+++ b/code/modules/atmospherics/machinery/components/unary/gas_freezer.dm
@@ -1,7 +1,7 @@
/obj/machinery/atmospherics/component/unary/freezer
name = "gas cooling system"
- desc = "Cools gas when connected to pipe network"
+ desc = "Cools gas when connected to pipe network.\n \[Accepts Upgrades\]"
icon = 'icons/obj/medical/cryogenic2.dmi'
icon_state = "freezer_0"
density = 1
diff --git a/code/modules/atmospherics/machinery/components/unary/gas_heater.dm b/code/modules/atmospherics/machinery/components/unary/gas_heater.dm
index 9dc959012f1..21d20d481ee 100644
--- a/code/modules/atmospherics/machinery/components/unary/gas_heater.dm
+++ b/code/modules/atmospherics/machinery/components/unary/gas_heater.dm
@@ -1,7 +1,7 @@
/obj/machinery/atmospherics/component/unary/heater
name = "gas heating system"
- desc = "Heats gas when connected to a pipe network"
+ desc = "Heats gas when connected to a pipe network.\n \[Accepts Upgrades\]"
icon = 'icons/obj/medical/cryogenic2.dmi'
icon_state = "heater_0"
density = TRUE
diff --git a/code/modules/mining/drilling/drill.dm b/code/modules/mining/drilling/drill.dm
index 3fc9105b945..aeab1ba8b4d 100644
--- a/code/modules/mining/drilling/drill.dm
+++ b/code/modules/mining/drilling/drill.dm
@@ -7,7 +7,7 @@
/obj/machinery/mining/drill
name = "mining drill head"
- desc = "An enormous drill."
+ desc = "An enormous drill.\n \[Accepts Upgrades\]"
icon_state = "mining_drill"
circuit = /obj/item/circuitboard/miningdrill
var/braces_needed = 2
@@ -338,7 +338,7 @@
/obj/machinery/mining/brace
name = "mining drill brace"
- desc = "A machinery brace for an industrial drill. It looks easily two feet thick."
+ desc = "A machinery brace for an industrial drill. It looks easily two feet thick.\n \[Accepts Upgrades\]"
icon_state = "mining_brace"
circuit = /obj/item/circuitboard/miningdrillbrace
var/brace_tier = 1
diff --git a/code/modules/overmap/legacy/ships/engines/gas_thruster.dm b/code/modules/overmap/legacy/ships/engines/gas_thruster.dm
index 5ea80c6426f..0619e9341f1 100644
--- a/code/modules/overmap/legacy/ships/engines/gas_thruster.dm
+++ b/code/modules/overmap/legacy/ships/engines/gas_thruster.dm
@@ -54,7 +54,7 @@
/obj/machinery/atmospherics/component/unary/engine
name = "rocket nozzle"
- desc = "Simple rocket nozzle, expelling gas at hypersonic velocities to propell the ship."
+ desc = "Simple rocket nozzle, expelling gas at hypersonic velocities to propell the ship.\n \[Accepts Upgrades\]"
icon = 'icons/turf/shuttle_parts.dmi'
icon_state = "nozzle"
opacity = TRUE
diff --git a/code/modules/power/batteryrack.dm b/code/modules/power/batteryrack.dm
index 2b909bb14c1..c0d74f0100e 100644
--- a/code/modules/power/batteryrack.dm
+++ b/code/modules/power/batteryrack.dm
@@ -1,7 +1,7 @@
//The one that works safely.
/obj/machinery/power/smes/batteryrack
name = "power cell rack PSU"
- desc = "A rack of power cells working as a PSU."
+ desc = "A rack of power cells working as a PSU.\n \[Accepts Upgrades\]"
charge = 0 //you dont really want to make a potato PSU which already is overloaded
output_attempt = 0
input_level = 0
diff --git a/code/modules/power/port_gen.dm b/code/modules/power/port_gen.dm
index c943378e3cc..e23b5e969a3 100644
--- a/code/modules/power/port_gen.dm
+++ b/code/modules/power/port_gen.dm
@@ -99,7 +99,7 @@
//A power generator that runs on solid plasma sheets.
/obj/machinery/power/port_gen/pacman
name = "\improper P.A.C.M.A.N.-type Portable Generator"
- desc = "A power generator that runs on solid phoron sheets. Rated for 80 kW max safe output."
+ desc = "A power generator that runs on solid phoron sheets. Rated for 80 kW max safe output.\n \[Accepts Upgrades\]"
circuit = /obj/item/circuitboard/pacman
var/sheet_name = "Phoron Sheets"
var/sheet_path = /obj/item/stack/material/phoron
diff --git a/code/modules/power/tesla/tesla_coil.dm b/code/modules/power/tesla/tesla_coil.dm
index ee0741ed89a..56320b7ce31 100644
--- a/code/modules/power/tesla/tesla_coil.dm
+++ b/code/modules/power/tesla/tesla_coil.dm
@@ -1,6 +1,6 @@
/obj/machinery/power/tesla_coil
name = "tesla coil"
- desc = "For the union!"
+ desc = "For the union!\n \[Accepts Upgrades\]"
icon = 'icons/obj/tesla_engine/tesla_coil.dmi'
icon_state = "coil0"
anchored = FALSE
diff --git a/code/modules/power/turbine.dm b/code/modules/power/turbine.dm
index 4d52ad696e8..fe015a6d585 100644
--- a/code/modules/power/turbine.dm
+++ b/code/modules/power/turbine.dm
@@ -23,7 +23,7 @@
/obj/machinery/compressor
name = "compressor"
- desc = "The compressor stage of a gas turbine generator."
+ desc = "The compressor stage of a gas turbine generator.\n \[Accepts Upgrades\]"
icon = 'icons/obj/pipes.dmi'
icon_state = "compressor"
CanAtmosPass = ATMOS_PASS_PROC
@@ -42,7 +42,7 @@
/obj/machinery/power/turbine
name = "gas turbine generator"
- desc = "A gas turbine used for backup power generation."
+ desc = "A gas turbine used for backup power generation.\n \[Accepts Upgrades\]"
icon = 'icons/obj/pipes.dmi'
icon_state = "turbine"
anchored = TRUE
diff --git a/code/modules/reagents/machinery/chem_master.dm b/code/modules/reagents/machinery/chem_master.dm
index a4d8ad8ac0e..ad50f9ab65c 100644
--- a/code/modules/reagents/machinery/chem_master.dm
+++ b/code/modules/reagents/machinery/chem_master.dm
@@ -3,7 +3,7 @@
// todo: it's been like 9 months and i worked on asset cache please kill this shit with fire and rewirte it all oh my god ~silicons
/obj/machinery/chem_master
name = "ChemMaster 3000"
- desc = "Used to seperate and package chemicals in to autoinjectors, patches, pills, or bottles. Warranty void if used to create Space Drugs."
+ desc = "Used to seperate and package chemicals in to autoinjectors, patches, pills, or bottles. Warranty void if used to create Space Drugs.\n \[Accepts Upgrades\]"
density = TRUE
anchored = TRUE
icon = 'icons/obj/medical/chemical.dmi'
diff --git a/code/modules/reagents/machinery/coffeemaker.dm b/code/modules/reagents/machinery/coffeemaker.dm
index bad418b50d5..f4310281fd7 100644
--- a/code/modules/reagents/machinery/coffeemaker.dm
+++ b/code/modules/reagents/machinery/coffeemaker.dm
@@ -2,7 +2,7 @@
/obj/machinery/coffeemaker
name = "coffeemaker"
- desc = "A Modello 3 Coffeemaker that brews coffee and holds it at the perfect temperature of 176 fahrenheit. Made by Piccionaia Home Appliances."
+ desc = "A Modello 3 Coffeemaker that brews coffee and holds it at the perfect temperature of 176 fahrenheit. Made by Piccionaia Home Appliances.\n \[Accepts Upgrades\]"
icon = 'icons/obj/medical/chemical.dmi'
icon_state = "coffeemaker_nopot_nocart"
base_icon_state = "coffeemaker"
diff --git a/code/modules/research/machinery/circuitprinter.dm b/code/modules/research/machinery/circuitprinter.dm
index 5d820ac8f09..98207587414 100644
--- a/code/modules/research/machinery/circuitprinter.dm
+++ b/code/modules/research/machinery/circuitprinter.dm
@@ -6,6 +6,7 @@ using metal and glass, it uses glass and reagents (usually sulphuric acid).
/obj/machinery/lathe/r_n_d/circuit_imprinter
name = "Circuit Imprinter"
+ desc = "A versatile printer capable of producing a variety of circuitboards.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/fabricators/imprinter.dmi'
icon_state = "imprinter"
base_icon_state = "imprinter"
diff --git a/code/modules/research/machinery/protolathe.dm b/code/modules/research/machinery/protolathe.dm
index ccd8765ee63..37dc6dbaef2 100644
--- a/code/modules/research/machinery/protolathe.dm
+++ b/code/modules/research/machinery/protolathe.dm
@@ -3,6 +3,7 @@
*/
/obj/machinery/lathe/r_n_d/protolathe
name = "Protolathe"
+ desc = "A versatile lathe capable of producing cutting edge scientific equipment.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/fabricators/protolathe.dmi'
icon_state = "protolathe"
base_icon_state = "protolathe"
diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm
index 553731e7c27..6a26d0f1823 100644
--- a/code/modules/resleeving/machines.dm
+++ b/code/modules/resleeving/machines.dm
@@ -177,7 +177,7 @@
//Synthetic version
/obj/machinery/transhuman/synthprinter
name = "SynthFab 3000"
- desc = "A rapid fabricator for synthetic bodies."
+ desc = "A rapid fabricator for synthetic bodies.\n \[Accepts Upgrades\]"
catalogue_data = list(///datum/category_item/catalogue/information/organization/vey_med,
/datum/category_item/catalogue/technology/resleeving)
icon = 'icons/obj/machines/synthpod.dmi'
@@ -396,7 +396,7 @@
/////// Resleever Pod ///////
/obj/machinery/transhuman/resleever
name = "resleeving pod"
- desc = "Used to combine mind and body into one unit."
+ desc = "Used to combine mind and body into one unit.\n \[Accepts Upgrades\]"
catalogue_data = list(
// /datum/category_item/catalogue/information/organization/vey_med,
/datum/category_item/catalogue/technology/resleeving,
diff --git a/code/modules/shieldgen/shield_generator.dm b/code/modules/shieldgen/shield_generator.dm
index baa71641507..dbf3d8d9a33 100644
--- a/code/modules/shieldgen/shield_generator.dm
+++ b/code/modules/shieldgen/shield_generator.dm
@@ -3,7 +3,7 @@
//
/obj/machinery/power/shield_generator
name = "advanced shield generator"
- desc = "A heavy-duty shield generator and capacitor, capable of generating energy shields at large distances."
+ desc = "A heavy-duty shield generator and capacitor, capable of generating energy shields at large distances.\n \[Accepts Upgrades\]"
icon = 'icons/obj/machines/shielding_vr.dmi'
icon_state = "generator0"
circuit = /obj/item/circuitboard/shield_generator
diff --git a/code/modules/telesci/quantum_pad.dm b/code/modules/telesci/quantum_pad.dm
index ee060a8bdfa..a50de916d0b 100644
--- a/code/modules/telesci/quantum_pad.dm
+++ b/code/modules/telesci/quantum_pad.dm
@@ -1,6 +1,6 @@
/obj/machinery/power/quantumpad
name = "quantum pad"
- desc = "A bluespace quantum-linked telepad used for teleporting objects to other quantum pads."
+ desc = "A bluespace quantum-linked telepad used for teleporting objects to other quantum pads.\n \[Accepts Upgrades\]"
icon = 'icons/obj/telescience.dmi'
icon_state = "qpad-idle"
anchored = TRUE
diff --git a/code/modules/telesci/telepad.dm b/code/modules/telesci/telepad.dm
index ea246132d89..9613c887e69 100644
--- a/code/modules/telesci/telepad.dm
+++ b/code/modules/telesci/telepad.dm
@@ -1,7 +1,7 @@
///SCI TELEPAD///
/obj/machinery/telepad
name = "telepad"
- desc = "A bluespace telepad used for teleporting objects to and from a location."
+ desc = "A bluespace telepad used for teleporting objects to and from a location.\n \[Accepts Upgrades\]"
icon = 'icons/obj/telescience.dmi'
icon_state = "pad-idle"
anchored = TRUE
diff --git a/code/modules/vehicles/sealed/mecha/mech_bay.dm b/code/modules/vehicles/sealed/mecha/mech_bay.dm
index 311cc8cc2b5..bb6af913fc1 100644
--- a/code/modules/vehicles/sealed/mecha/mech_bay.dm
+++ b/code/modules/vehicles/sealed/mecha/mech_bay.dm
@@ -1,6 +1,6 @@
/obj/machinery/mech_recharger
name = "mech recharger"
- desc = "A mech recharger, built into the floor."
+ desc = "A mech recharger, built into the floor.\n \[Accepts Upgrades\]"
icon = 'icons/mecha/mech_bay.dmi'
icon_state = "recharge_floor"
density = 0
diff --git a/code/modules/vehicles/sealed/mecha/mech_fabricator.dm b/code/modules/vehicles/sealed/mecha/mech_fabricator.dm
index dd6d1f73b78..b561a2a8259 100644
--- a/code/modules/vehicles/sealed/mecha/mech_fabricator.dm
+++ b/code/modules/vehicles/sealed/mecha/mech_fabricator.dm
@@ -3,7 +3,7 @@
icon_state = "mechfab"
base_icon_state = "mechfab"
name = "Exosuit Fabricator"
- desc = "A machine used for construction of mechas."
+ desc = "A machine used for construction of mechas.\n \[Accepts Upgrades\]"
density = TRUE
anchored = TRUE
use_power = USE_POWER_IDLE
diff --git a/code/modules/vehicles/sealed/mecha/mech_prosthetics.dm b/code/modules/vehicles/sealed/mecha/mech_prosthetics.dm
index 0a666bf09ba..27eb42e108e 100644
--- a/code/modules/vehicles/sealed/mecha/mech_prosthetics.dm
+++ b/code/modules/vehicles/sealed/mecha/mech_prosthetics.dm
@@ -1,6 +1,6 @@
/obj/machinery/lathe/mecha_part_fabricator/pros
name = "Prosthetics Fabricator"
- desc = "A machine used for construction of prosthetics."
+ desc = "A machine used for construction of prosthetics.\n \[Accepts Upgrades\]"
icon_state = "profab"
base_icon_state = "profab"
density = TRUE
diff --git a/code/modules/xenobio/machinery/processor.dm b/code/modules/xenobio/machinery/processor.dm
index 3e0f9474ee4..d2e0ab0392f 100644
--- a/code/modules/xenobio/machinery/processor.dm
+++ b/code/modules/xenobio/machinery/processor.dm
@@ -3,7 +3,7 @@
/obj/machinery/processor
name = "slime processor"
- desc = "An industrial grinder used to automate the process of slime core extraction. It can also recycle biomatter."
+ desc = "An industrial grinder used to automate the process of slime core extraction. It can also recycle biomatter.\n \[Accepts Upgrades\]"
icon = 'icons/obj/kitchen.dmi'
icon_state = "processor"
base_icon_state = "processor"