Skip to content

Commit

Permalink
Update system_shock.dm
Browse files Browse the repository at this point in the history
Signed-off-by: K3L <[email protected]>
  • Loading branch information
K3Licia authored Nov 28, 2024
1 parent 5e79dde commit afef643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/quirks/negative_quirks/system_shock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/datum/quirk/system_shock/proc/on_electrocute()
SIGNAL_HANDLER
proc/knockout_length = 20 SECONDS + rand(0 SECONDS, 5 SECONDS)
var/knockout_length = 20 SECONDS + rand(0 SECONDS, 5 SECONDS)
quirk_holder.set_static_vision(knockout_length)
quirk_holder.balloon_alert(quirk_holder, "system rebooting")
to_chat(quirk_holder, span_danger("CRIT&!AL ERR%R: S#STEM REBO#TING."))
Expand Down

0 comments on commit afef643

Please sign in to comment.