Blocks the portable suit tie modsuit theme from being assimilated (#5706)

This commit is contained in:
The Sharkening
2026-06-03 12:59:44 -06:00
committed by GitHub
parent 59201b19aa
commit f313611fb8
@@ -152,7 +152,9 @@
var/static/list/obj/item/mod/control/banned_modsuits = list(
/obj/item/mod/control/pre_equipped/infiltrator,
/obj/item/mod/control/pre_equipped/protean,)
/obj/item/mod/control/pre_equipped/protean,
/obj/item/mod/construction/plating/portable_suit,
)
if(is_type_in_list(tool, banned_modsuits))
balloon_alert(user, "incompatable")