Skip to content

Commit

Permalink
unique name for fullscreens
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 24, 2024
1 parent cb6d75f commit 0a23f6e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
human.EyeBlur(daze_length_seconds)
human.Daze(daze_length_seconds)
human.Superslow(slow_length_seconds)
human.add_client_color_matrix("nvg_visor", 99, color_matrix_multiply(color_matrix_saturation(0), color_matrix_from_string("#eeeeee")))
human.overlay_fullscreen("nvg_visor", /atom/movable/screen/fullscreen/flash/noise/nvg)
addtimer(CALLBACK(human, TYPE_PROC_REF(/mob, remove_client_color_matrix), "nvg_visor", 1 SECONDS), 5 SECONDS)
addtimer(CALLBACK(human, TYPE_PROC_REF(/mob, clear_fullscreen), "nvg_visor", 0.5 SECONDS), 5 SECONDS)
human.add_client_color_matrix("doom", 99, color_matrix_multiply(color_matrix_saturation(0), color_matrix_from_string("#eeeeee")))
human.overlay_fullscreen("doom", /atom/movable/screen/fullscreen/flash/noise/nvg)
addtimer(CALLBACK(human, TYPE_PROC_REF(/mob, remove_client_color_matrix), "doom", 1 SECONDS), 5 SECONDS)
addtimer(CALLBACK(human, TYPE_PROC_REF(/mob, clear_fullscreen), "doom", 0.5 SECONDS), 5 SECONDS)

to_chat(human, SPAN_HIGHDANGER("[xeno]'s roar overwhelms your entire being!"))
shake_camera(human, 6, 1)
Expand Down

0 comments on commit 0a23f6e

Please sign in to comment.