mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Co-authored-by: BlueMemesauce <47338680+BlueMemesauce@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
co-authored by
BlueMemesauce
lessthanthree
parent
b830cc81bb
commit
fc0f60df7a
@@ -160,7 +160,7 @@ GLOBAL_LIST_EMPTY(exodrone_launchers)
|
||||
|
||||
/// Tries to add loot to drone cargo while respecting space left
|
||||
/obj/item/exodrone/proc/try_transfer(obj/loot, delete_on_failure=TRUE)
|
||||
if(space_left() > 1)
|
||||
if(space_left())
|
||||
loot.forceMove(src)
|
||||
drone_log("Acquired [loot.name].")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user