From 5ff52f29f3a21ac5c0284d5b78a2bb6c0bcad94f Mon Sep 17 00:00:00 2001 From: "C.L" Date: Tue, 13 Sep 2022 21:00:06 -0400 Subject: [PATCH] No storing shield generators. --- code/modules/client/stored_item.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/stored_item.dm b/code/modules/client/stored_item.dm index 6f2ff849ac..cd0f8829d2 100644 --- a/code/modules/client/stored_item.dm +++ b/code/modules/client/stored_item.dm @@ -253,4 +253,6 @@ /obj/item/weapon/spacecash persist_storable = FALSE /obj/item/weapon/spacecasinocash + persist_storable = FALSE +/obj/item/device/personal_shield_generator persist_storable = FALSE \ No newline at end of file