diff --git a/code/modules/client/stored_item.dm b/code/modules/client/stored_item.dm index 1396f445c2e..6ce1a4c524c 100644 --- a/code/modules/client/stored_item.dm +++ b/code/modules/client/stored_item.dm @@ -208,7 +208,7 @@ persist_storable = FALSE /obj/item/weapon/hand_tele persist_storable = FALSE -/obj/item/weapon/paper/dockingcodes +/obj/item/weapon/paper persist_storable = FALSE /obj/item/weapon/backup_implanter persist_storable = FALSE @@ -228,4 +228,21 @@ persist_storable = FALSE /obj/item/stack persist_storable = FALSE - +/obj/item/weapon/book + persist_storable = FALSE +/obj/item/weapon/melee/cursedblade + persist_storable = FALSE +/obj/item/device/paicard + persist_storable = FALSE +/obj/item/organ + persist_storable = FALSE +/obj/item/device/soulstone + persist_storable = FALSE +/obj/item/device/aicard + persist_storable = FALSE +/obj/item/device/mmi + persist_storable = FALSE +/obj/item/seeds + persist_storable = FALSE +/obj/item/weapon/reagent_containers/food/snacks/grown + persist_storable = FALSE diff --git a/code/modules/nifsoft/nif.dm b/code/modules/nifsoft/nif.dm index 180595f1e5d..fe6e1c49387 100644 --- a/code/modules/nifsoft/nif.dm +++ b/code/modules/nifsoft/nif.dm @@ -269,7 +269,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable /obj/item/device/nif/proc/handle_install() if(human.stat || !human.mind) //No stuff while KO or not sleeved return FALSE - + persist_storable = FALSE //VOREStation edit - I am not sure if polaris has nifs, but just in case. //Firsties if(!install_done) if(human.mind.name == owner)