Skip to content

Commit

Permalink
Update laws.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Liver-1 committed Oct 2, 2023
1 parent 04bebe5 commit 0b09a80
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(clear_fullscreen("law_change"), 10)
addtimer(CALLBACK(src, PROC_REF(clear_fullscreen), "law_change"), 2)
last_lawchange_announce = world.time

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

0 comments on commit 0b09a80

Please sign in to comment.