- Fixes issue 808. You won't get flashed by anything if you're blinded.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4479 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-17 16:30:42 +00:00
parent 3be7d6d8ef
commit bdae39686f
12 changed files with 30 additions and 18 deletions

View File

@@ -58,7 +58,8 @@
return 0
/mob/living/silicon/hivebot/ex_act(severity)
flick("flash", src.flash)
if(!blinded)
flick("flash", src.flash)
if (src.stat == 2 && src.client)
src.gib(1)