Adds intercoms to fetch module blacklist
smh, should probably be an anchored check as well, but who the fuck knows how to make that work with component memes
This commit is contained in:
@@ -166,7 +166,7 @@ SLEEPER CODE IS IN game/objects/items/devices/dogborg_sleeper.dm !
|
||||
STR.max_w_class = WEIGHT_CLASS_BULKY
|
||||
STR.max_combined_w_class = 5
|
||||
STR.max_items = 1
|
||||
STR.cant_hold = typecacheof(list(/obj/item/disk/nuclear))
|
||||
STR.cant_hold = typecacheof(list(/obj/item/disk/nuclear || /obj/item/radio/intercom))
|
||||
//Tongue stuff
|
||||
|
||||
/obj/item/soap/tongue
|
||||
|
||||
Reference in New Issue
Block a user