mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Fixes storage mass transfer being generally broken, adds mass transferring onto griddles [MDB IGNORE] (#15729)
* Fixes storage mass transfer being generally broken, adds mass transferring onto griddles (#69084) * - Fixes storage mass transfer - Brings some sanity to storage procs - Implements a griddle feature that never was * Uncomment this * Right-click attack fix * Scoop fix * Smartfridges use silent * Restores some lost checks * Fixes storage implants * Fixes storage mass transfer being generally broken, adds mass transferring onto griddles * update modular Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
MrMelbert
Tom
parent
a97eac19ab
commit
471760e96a
@@ -38,7 +38,7 @@
|
||||
if(QDELETED(source) || !mod.wearer || newloc == mod.wearer || !mod.wearer.s_store)
|
||||
return
|
||||
to_chat(mod.wearer, span_notice("[src] tries to store [mod.wearer.s_store] inside itself."))
|
||||
atom_storage?.attempt_insert(src, mod.wearer.s_store, mod.wearer, TRUE)
|
||||
atom_storage?.attempt_insert(mod.wearer.s_store, mod.wearer, override = TRUE)
|
||||
|
||||
/obj/item/mod/module/storage/large_capacity
|
||||
name = "MOD expanded storage module"
|
||||
|
||||
Reference in New Issue
Block a user