diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm
index fa8add1392097..91b239479ca33 100644
--- a/code/modules/assembly/flash.dm
+++ b/code/modules/assembly/flash.dm
@@ -245,7 +245,7 @@
to_chat(M, "[src] emits a blinding light!")
if(targeted)
//No flash protection, blind and stun
- if(M.flash_act(1, TRUE))
+ if(M.flash_act(1))
if(user)
terrible_conversion_proc(M, user)
visible_message("[user] blinds [M] with the flash!")