Skip to content

Commit

Permalink
the thing (#10086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Penwin0 authored Oct 26, 2023
1 parent 3bc3359 commit 83760fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/assembly/flash.dm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
to_chat(M, "<span class='disarm'>[src] emits a blinding light!</span>")
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("<span class='disarm'>[user] blinds [M] with the flash!</span>")
Expand Down

0 comments on commit 83760fa

Please sign in to comment.