From 9ce38542f3529d2b451a34d48c99aa28f2f0af60 Mon Sep 17 00:00:00 2001 From: Viz <107632879+Inadvizable@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:04:35 +0200 Subject: [PATCH] removes false advertising (#18636) --- code/game/mecha/equipment/tools/other_tools.dm | 2 +- code/modules/projectiles/guns/energy/nuclear.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/mecha/equipment/tools/other_tools.dm b/code/game/mecha/equipment/tools/other_tools.dm index 36a53298742..09861974ed0 100644 --- a/code/game/mecha/equipment/tools/other_tools.dm +++ b/code/game/mecha/equipment/tools/other_tools.dm @@ -122,7 +122,7 @@ /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster name = "armor booster module (Ranged weaponry)" - desc = "Boosts exosuit armor against ranged attacks. Completely blocks taser shots. Requires energy to operate." + desc = "Boosts exosuit armor against ranged attacks. Requires energy to operate." icon_state = "mecha_abooster_proj" origin_tech = "materials=4;combat=3;engineering=3" equip_cooldown = 10 diff --git a/code/modules/projectiles/guns/energy/nuclear.dm b/code/modules/projectiles/guns/energy/nuclear.dm index dd92016cbfe..cfe847cf944 100644 --- a/code/modules/projectiles/guns/energy/nuclear.dm +++ b/code/modules/projectiles/guns/energy/nuclear.dm @@ -75,7 +75,7 @@ can_holster = TRUE /obj/item/gun/energy/gun/blueshield/pdw9 - name = "\improper PDW-9 taser pistol" + name = "\improper PDW-9 energy pistol" desc = "A military grade sidearm, used by many militia forces throughout the local sector." icon_state = "pdw9pistol" item_state = "gun"