[MIRROR] Fixes detomatix's name [MDB IGNORE] (#17391)

* 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

🆑
fix: Detomatix cartridges are no longer called attacking items.
/🆑

* Fixes detomatix's name

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-11-06 22:26:08 +01:00
committed by GitHub
parent 2fc3648d47
commit f09268926c
@@ -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)