mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Blocks the portable suit tie modsuit theme from being assimilated (#5706)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user