mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user