From dac05bac132d81c469909941503eab712c5bbea5 Mon Sep 17 00:00:00 2001 From: ynot01 Date: Fri, 9 Dec 2022 18:12:49 -0500 Subject: [PATCH] Update flash.dm --- code/modules/assembly/flash.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index 7aa3462f3bca..d22b43cb6d4d 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -138,7 +138,7 @@ to_chat(M, span_userdanger("[user] blinds you with the flash!")) else to_chat(M, span_userdanger("You are blinded by [src]!")) - M.Paralyze(rand(80,120)) + M.Knockdown(rand(80,120)) else if(user) visible_message(span_disarm("[user] fails to blind [M] with the flash!")) to_chat(user, span_warning("You fail to blind [M] with the flash!"))