3 big 5 me

This commit is contained in:
Shadow
2019-08-29 18:22:04 -05:00
parent 91a0e50673
commit aab72a5d5c
@@ -99,6 +99,8 @@
itemcount++
for(var/mob/M in loc)
if(M.mob_size <= MOB_SIZE_LARGE) // No more stuffing xeno empresses into lockers
return FALSE
if(itemcount >= storage_capacity)
break
if(istype(M, /mob/dead/observer))