mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #7017 from VOREStation/aro-spaceblood
Remove space blood
This commit is contained in:
@@ -40,6 +40,8 @@
|
|||||||
for(var/atom/movable/AM in src)
|
for(var/atom/movable/AM in src)
|
||||||
if (AM.simulated && !AM.anchored)
|
if (AM.simulated && !AM.anchored)
|
||||||
AM.throw_at(get_step(src,reverse_direction(direction)), 5, 1)
|
AM.throw_at(get_step(src,reverse_direction(direction)), 5, 1)
|
||||||
|
else if (istype(AM, /obj/effect))
|
||||||
|
qdel(AM) //No more space blood coming with the shuttle
|
||||||
|
|
||||||
/turf/space/is_space()
|
/turf/space/is_space()
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user