mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 08:12:23 +01:00
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
/datum/component/storage/concrete/secret_satchel/can_be_inserted(I,msg,user)
|
|
if(SSpersistence.spawned_objects[I])
|
|
to_chat(user, "<span class='warning'>[I] is unstable after its journey through space and time, it wouldn't survive another trip.</span>")
|
|
return FALSE
|
|
return ..()
|