Files
S.P.L.U.R.T-Station-13/code/datums/components/storage/concrete/special.dm
2019-11-10 20:48:30 +01:00

6 lines
310 B
Plaintext

/datum/component/storage/concrete/secret_satchel/can_be_inserted(obj/item/I, stop_messages = FALSE, mob/M)
if(SSpersistence.spawned_objects[I])
to_chat(M, "<span class='warning'>[I] is unstable after its journey through space and time, it wouldn't survive another trip.</span>")
return FALSE
return ..()