mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user