Fixing a runtime error with the flash.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2014 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2011-08-16 04:21:37 +00:00
parent 20fcf5b66f
commit 96959636e1

View File

@@ -83,7 +83,8 @@
attack_self(mob/living/carbon/user as mob, flag = 0, emp = 0)
if(!clown_check(user) && !emp) return
if(!emp)
if (!clown_check(user)) return
if(broken)
user.show_message("\red The [src.name] is broken", 2)
return