Skip to content

Commit

Permalink
Update code/datums/quirks/negative_quirks/system_shock.dm
Browse files Browse the repository at this point in the history
Co-authored-by: _0Steven <[email protected]>
Signed-off-by: K3L <[email protected]>
  • Loading branch information
K3Licia and 00-Steven authored Nov 29, 2024
1 parent 0bd887e commit 2202ce7
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 @@ -26,5 +26,5 @@
addtimer(CALLBACK(src, PROC_REF(knock_out), knockout_length - 0.4 SECONDS), 2 SECONDS)
//The intent with the 0.4 seconds is so that the visual static effect lasts longer than the actual knockout/sleeping effect.

/datum/quirk/system_shock/proc/knock_out(var/length)
/datum/quirk/system_shock/proc/knock_out(length)
quirk_holder.Sleeping(length)

0 comments on commit 2202ce7

Please sign in to comment.