Fixed a bug: ghosts can now not be shot by projectiles ever.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1892 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-19 18:22:08 +00:00
parent 5969c43ca9
commit cca0d9f8d3
+3 -7
View File
@@ -157,12 +157,8 @@
if(firer && istype(A, /mob))
var/mob/M = A
if(!istype(A, /mob/living))
if(prob(98))
loc = A.loc
return // nope.avi
else
visible_message("\red [src] vanishes into thin air!")
del(src) // ssssshhhhh
loc = A.loc
return // nope.avi
if(!silenced)
/*
@@ -217,7 +213,7 @@
if(!bumped)
if(loc == original)
for(var/mob/M in original)
for(var/mob/living/M in original)
Bump(M)
sleep( 1 )