mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +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:
@@ -63,7 +63,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons)
|
||||
to_chat(user, span_notice("You attach the pack to [A] and activate it."))
|
||||
if(loc == user && istype(user.back, /obj/item/storage/backpack))
|
||||
var/obj/item/storage/backpack/B = user.back
|
||||
B.atom_storage?.attempt_insert(B, src, user)
|
||||
B.atom_storage?.attempt_insert(src, user)
|
||||
uses_left--
|
||||
if(uses_left <= 0)
|
||||
user.transferItemToLoc(src, A, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user