Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/assembly/flash.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!"))
Expand Down