From fc0b7fb029919b21583cd70b7b207b8627b781b5 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:23:22 +0300 Subject: [PATCH] color... --- code/game/objects/items/devices/helmet_visors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/helmet_visors.dm b/code/game/objects/items/devices/helmet_visors.dm index 64cfca8518..997d65b2a7 100644 --- a/code/game/objects/items/devices/helmet_visors.dm +++ b/code/game/objects/items/devices/helmet_visors.dm @@ -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