mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fixes forceMove to null
This commit is contained in:
@@ -723,8 +723,11 @@
|
||||
if(!force)
|
||||
amount = min(remaining_space_items(), amount)
|
||||
for(var/i in 1 to amount)
|
||||
handle_item_insertion(new type(real_location), TRUE)
|
||||
if(!handle_item_insertion(new type(real_location), TRUE))
|
||||
return i > 1 //return TRUE only if at least one insertion has been successful.
|
||||
CHECK_TICK
|
||||
if(QDELETED(src))
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
/datum/component/storage/proc/on_attack_hand(datum/source, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user