diff --git a/code/modules/vore/persist/persist_vr.dm b/code/modules/vore/persist/persist_vr.dm index dd4b1ef148..67bb1103c0 100644 --- a/code/modules/vore/persist/persist_vr.dm +++ b/code/modules/vore/persist/persist_vr.dm @@ -218,7 +218,7 @@ var/obj/item/device/nif/nif = H.nif - if(H.ckey != nif.owner_key) + if(nif && H.ckey != nif.owner_key) return //If they have one, and if it's not installing without an owner, because