TG update: Fixed the meteors not exploding on impact error.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2685 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-12-14 19:58:24 +00:00
committed by Albert Iordache
parent 7cc0842cae
commit 1ac1376806

View File

@@ -140,7 +140,7 @@
if(isobj(A))
del(A)
else
meteorhit(A)
A.meteorhit(src)
src.hits--
return
playsound(src.loc, 'meteorimpact.ogg', 40, 1)