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 aa83106 commit 5e79dde
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
var/knockout_length = 20 SECONDS + rand(0 SECONDS, 5 SECONDS)
proc/knockout_length = 20 SECONDS + rand(0 SECONDS, 5 SECONDS)

Check failure on line 22 in code/datums/quirks/negative_quirks/system_shock.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "proc"

Check failure on line 22 in code/datums/quirks/negative_quirks/system_shock.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "knockout_length"

Check failure on line 22 in code/datums/quirks/negative_quirks/system_shock.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0001: Expected end of proc statement
quirk_holder.set_static_vision(knockout_length)

Check failure on line 23 in code/datums/quirks/negative_quirks/system_shock.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "knockout_length"

Check failure on line 23 in code/datums/quirks/negative_quirks/system_shock.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Unknown identifier "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 5e79dde

Please sign in to comment.