mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #12249 from SteelSlayer/catapult-no-ghost
The gravitational catapult no longer pushes ghosts when used
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
else
|
||||
atoms = orange(3, target)
|
||||
for(var/atom/movable/A in atoms)
|
||||
if(A.anchored) continue
|
||||
if(A.anchored || A.move_resist == INFINITY) continue
|
||||
spawn(0)
|
||||
var/iter = 5-get_dist(A,target)
|
||||
for(var/i=0 to iter)
|
||||
|
||||
Reference in New Issue
Block a user