Fixed some runtimes

Gibber now properly checks for clothes when you attempt to shove people in it.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2429 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-10-26 23:15:34 +00:00
parent 4c268a37ee
commit eba614d78f
9 changed files with 30 additions and 39 deletions

View File

@@ -101,7 +101,7 @@
if(S == src) continue
if((S.frequency == src.frequency) && (S.code == src.code))
spawn(0)
S.pulse(0)
if(S) S.pulse(0)
return 0