This commit is contained in:
silicons
2020-12-13 20:12:14 -07:00
parent e79ce41f24
commit 4451a96997
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -308,7 +308,7 @@
storing += I
// get rid of mobs
for(var/mob/living/L in mob_occupant.GetAllContents())
for(var/mob/living/L in mob_occupant.GetAllContents() - mob_occupant)
L.forceMove(drop_location())
if(storing.len)