Skip to content

Commit

Permalink
Update code/modules/mob/living/silicon/laws.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PowerfulBacon <[email protected]>
  • Loading branch information
Liver-1 and PowerfulBacon authored Oct 2, 2023
1 parent 0b09a80 commit 90f4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/laws.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
addtimer(CALLBACK(src, PROC_REF(show_laws)), 0)
addtimer(CALLBACK(src, PROC_REF(deadchat_lawchange)), 0)
// Wait a tick and clear the vignette
addtimer(CALLBACK(src, PROC_REF(clear_fullscreen), "law_change"), 2)
addtimer(CALLBACK(src, PROC_REF(clear_fullscreen), "law_change"), 0.2 SECONDS)
last_lawchange_announce = world.time

/mob/living/silicon/proc/set_law_sixsixsix(law, announce = TRUE)
Expand Down

0 comments on commit 90f4398

Please sign in to comment.