From 003cfeeb2a5e274d19775d8e86942f902983dbc1 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 22 Oct 2025 12:53:23 -0500 Subject: [PATCH] Update other_tools.dm (#30636) --- code/game/mecha/equipment/tools/other_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/tools/other_tools.dm b/code/game/mecha/equipment/tools/other_tools.dm index 9bea878cbec..2b99b334a3b 100644 --- a/code/game/mecha/equipment/tools/other_tools.dm +++ b/code/game/mecha/equipment/tools/other_tools.dm @@ -331,7 +331,7 @@ /////////////////////////////////////////// GENERATOR ///////////////////////////////////////////// /obj/item/mecha_parts/mecha_equipment/generator - name = "exosuit plasma converter" + name = "exosuit plasma generator" desc = "An exosuit module that generates power using solid plasma as fuel. Pollutes the environment." icon_state = "tesla" origin_tech = "plasmatech=2;powerstorage=2;engineering=2"