Rods will no longer clang endlessly against indestructible objects.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@946 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-03 15:03:30 +00:00
parent cd79ae951d
commit 5fe1d3e99f
+2
View File
@@ -29,6 +29,8 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
if (istype(clong, /mob))
if(clong.density || prob(10))
src.throw_impact(clong)
if(clong && prob(25))
src.loc = clong.loc
/proc/immovablerod()