Skip to content

Commit

Permalink
color...
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Sep 21, 2024
1 parent af70043 commit fc0b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/helmet_visors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
. = ..()

user.client.mouse_pointer_icon = 'icons/effects/cursors/aim_reticle.dmi'
user.client.color = "#F9D7C3"
user.client.color = "#FDE8D9"
user.overlay_fullscreen("optic", /atom/movable/screen/fullscreen/flash/noise/nvg)
ADD_TRAIT(user, TRAIT_HUD_SIGHT, src)
user.face_mouse = TRUE
Expand Down

0 comments on commit fc0b7fb

Please sign in to comment.