diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index f89d3f63f0c..121782b2e8e 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -380,6 +380,7 @@ w_class = WEIGHT_CLASS_BULKY flags = CONDUCT materials = list(MAT_METAL=3000) + cant_hold = list(/obj/item/disk/nuclear) // Prevents some cheesing /obj/item/storage/bag/tray/attack(mob/living/M, mob/living/user) ..() @@ -418,7 +419,6 @@ ..() /obj/item/storage/bag/tray/cyborg - cant_hold = list(/obj/item/disk/nuclear) // Prevents some cheesing /obj/item/storage/bag/tray/cyborg/afterattack(atom/target, mob/user as mob) if( isturf(target) || istype(target,/obj/structure/table) )