Skip to content

Commit

Permalink
Fixes FOV being horrible (#271)
Browse files Browse the repository at this point in the history
Fixes FOV being horrible
  • Loading branch information
vinylspiders authored and Iajret committed Jan 3, 2024
1 parent cc16546 commit 802a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/internal/eyes/_eyes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/// indication that the eyes are undergoing some negative effect
var/damaged = FALSE
/// Native FOV that will be applied if a config is enabled
var/native_fov = FOV_180_DEGREES //NOVA EDIT CHANGE
var/native_fov = NONE //NOVA EDIT CHANGE - ORIGINAL: var/native_fov = FOV_90_DEGREES

/obj/item/organ/internal/eyes/Insert(mob/living/carbon/eye_recipient, special = FALSE, drop_if_replaced = FALSE)
// If we don't do this before everything else, heterochromia will be reset leading to eye_color_right no longer being accurate
Expand Down

0 comments on commit 802a01e

Please sign in to comment.