mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Merge pull request #3540 from CHOMPStation2/upstream-merge-12019
[MIRROR] Makes micros scoopable by smols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user