[MIRROR] Fixes modsuit control application [MDB IGNORE] (#19055)

Fixes modsuit control application (#73071)

## About The Pull Request

Fixes the modsuit control app not properly working

Accidentally caused it in a late commit on maintenance applications

## Why It's Good For The Game

Closes https://github.com/tgstation/tgstation/issues/72980

## Changelog

🆑
fix: the MODsuit control maint app now links up to MOdsuits.
/🆑

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-01-31 14:51:45 +01:00
committed by GitHub
parent c23dfa83d2
commit a1feb2760f
@@ -18,7 +18,7 @@
/datum/computer_file/program/maintenance/modsuit_control/application_attackby(obj/item/attacking_item, mob/living/user)
. = ..()
if(!istype(attacking_item, controlled_suit))
if(!istype(attacking_item, /obj/item/mod/control))
return FALSE
if(controlled_suit)
unsync_modsuit()