[MIRROR] Dehardcoded modsuit fixes (#27886)

Dehardcoded modsuit fixes

Co-authored-by: FlufflesTheDog <piecopresident@gmail.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-06-07 14:59:23 +02:00
committed by GitHub
parent ff915ae0e7
commit 449812e60a
3 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -271,7 +271,7 @@
SIGNAL_HANDLER
var/string_list = list()
var/is_deployed = TRUE
for(var/obj/item/part as anything in attached_module.mod.mod_parts)
for(var/obj/item/part as anything in attached_module.mod.get_parts())
if(part.loc == attached_module.mod)
is_deployed = FALSE
else