mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
Requested Changes
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
// Let's just make this one loop.
|
||||
for(var/X in orange(pull_radius, location))
|
||||
// Movable atoms only
|
||||
if(!ismovableatom(X) || istype(X, /obj/effect/overlay))
|
||||
if(!ismovable(X) || istype(X, /obj/effect/overlay))
|
||||
continue
|
||||
|
||||
if(ishuman(X))
|
||||
|
||||
Reference in New Issue
Block a user