Bit of blob work.

Moved the radio defines into the actual radio code files.
Fixed a few runtimes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2229 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-09-19 10:06:55 +00:00
parent 451ebb2d75
commit 1fa2d19cfb
15 changed files with 274 additions and 285 deletions

View File

@@ -154,7 +154,7 @@
if(T.Enter(B,src))
B.loc = T
else
for(var/atom/A in T)//This might be killing the spores
for(var/atom/A in T)//This might be killing the spores, it IS killing the spores
A.blob_act()
T.blob_act()
del(B)