Skip to content

Commit

Permalink
Update helmet_visors.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Sep 19, 2024
1 parent 39c0fd5 commit 3f9692d
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 @@ -67,7 +67,7 @@
user.client.color = "#E0FFFF"
user.overlay_fullscreen("optic", /atom/movable/screen/fullscreen/flash/noise/nvg)
ADD_TRAIT(user, TRAIT_HUD_SIGHT, src)
user.face_mouse = FALSE
user.face_mouse = TRUE

/// Called by toggle_visor() to deactivate the visor's effects
/obj/item/device/helmet_visor/proc/deactivate_visor(obj/item/clothing/head/helmet/marine/attached_helmet, mob/living/carbon/human/user)
Expand Down

0 comments on commit 3f9692d

Please sign in to comment.