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