Skip to content

Commit

Permalink
orange
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Sep 21, 2024
1 parent 3f9692d commit 5e26697
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -64,7 +64,7 @@
var/datum/mob_hud/current_mob_hud = GLOB.huds[hud_type]
current_mob_hud.add_hud_to(user, attached_helmet)
user.client.mouse_pointer_icon = 'icons/effects/cursors/aim_reticle.dmi'
user.client.color = "#E0FFFF"
user.client.color = "#F9D7C3"
user.overlay_fullscreen("optic", /atom/movable/screen/fullscreen/flash/noise/nvg)
ADD_TRAIT(user, TRAIT_HUD_SIGHT, src)
user.face_mouse = TRUE
Expand Down
Binary file modified icons/obj/items/clothing/helmet_visors.dmi
Binary file not shown.

0 comments on commit 5e26697

Please sign in to comment.