Merge remote-tracking branch 'upstream/master' into nanites

This commit is contained in:
Archie
2021-06-07 00:55:47 -03:00
88 changed files with 6360 additions and 6116 deletions
@@ -66,7 +66,7 @@
/datum/component/storage/concrete/_insert_physical_item(obj/item/I, override = FALSE)
. = TRUE
var/atom/real_location = real_location()
if(I.loc != real_location)
if(I.loc != real_location && real_location)
I.forceMove(real_location)
refresh_mob_views()