From f09268926c53c2cd9fdd2c456f24ad10fb15ec01 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 6 Nov 2022 22:26:08 +0100 Subject: [PATCH] [MIRROR] Fixes detomatix's name [MDB IGNORE] (#17391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixes detomatix's name (#71075) ## About The Pull Request I accidentally replaced it with 'attacking_item' because i am demented and can't stop abusing my clipboard. ## Why It's Good For The Game 🛩️ ## Changelog :cl: fix: Detomatix cartridges are no longer called attacking items. /:cl: * Fixes detomatix's name Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- .../modular_computers/computers/item/disks/virus_disk.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/computers/item/disks/virus_disk.dm b/code/modules/modular_computers/computers/item/disks/virus_disk.dm index fdf0922d2d0..9714318a859 100644 --- a/code/modules/modular_computers/computers/item/disks/virus_disk.dm +++ b/code/modules/modular_computers/computers/item/disks/virus_disk.dm @@ -61,7 +61,7 @@ * Sends a false message, and blows the PDA up if the target responds to it (or opens their messenger before a timer) */ /obj/item/computer_disk/virus/detomatix - name = "\improper D.E.T.O.M.A.T.attacking_item.X. disk" + name = "\improper D.E.T.O.M.A.T.I.X. disk" charges = 6 /obj/item/computer_disk/virus/detomatix/send_virus(obj/item/modular_computer/tablet/source, obj/item/modular_computer/tablet/target, mob/living/user)