mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Tethered Item Component (#18499)
* tethered component * can't do that * visible_message should always show * forbid storing * catching some small issues * visible message is fighting a bit too much --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
busy_bank = FALSE
|
||||
return
|
||||
for(var/obj/item/check in O.contents)
|
||||
if(!check.persist_storable)
|
||||
if(!check.persist_storable || check.tethered_host_item)
|
||||
to_chat(user, span_warning("\The [src] buzzes. \The [O] contains [check], which cannot be stored. Please remove this item before attempting to store \the [O]. As a reminder, any contents of \the [O] will be lost if you store it with contents."))
|
||||
busy_bank = FALSE
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user