Merge pull request #3540 from CHOMPStation2/upstream-merge-12019

[MIRROR] Makes micros scoopable by smols
This commit is contained in:
Nadyr
2022-01-09 19:25:32 -05:00
committed by GitHub
+1 -1
View File
@@ -173,7 +173,7 @@
var/mob/living/simple_mob/SA = M
if(!SA.has_hands)
return 0
if(size_diff >= 0.50 || mob_size < MOB_SMALL)
if(size_diff >= 0.50 || mob_size < MOB_SMALL || size_diff >= get_effective_size())
if(buckled)
to_chat(usr,"<span class='notice'>You have to unbuckle \the [src] before you pick them up.</span>")
return 0