From af711d853b4880d104f125ad1b44f5c0d1713715 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Mon, 22 Aug 2011 11:36:05 +0000 Subject: [PATCH] Ok NOW flashes are fixed git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2038 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/devices/flash.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/devices/flash.dm b/code/game/objects/devices/flash.dm index 95c09cb44db..444dad08ca4 100644 --- a/code/game/objects/devices/flash.dm +++ b/code/game/objects/devices/flash.dm @@ -61,7 +61,7 @@ flick("blspell", animation) sleep(5) del(animation) - user.weakened = max(user.weakened, 10) + M.weakened = max(user.weakened, 10) if(!flashfail)