diff --git a/code/modules/organs/subtypes/augment.dm b/code/modules/organs/subtypes/augment.dm index cda11e6161f..3b6783c084b 100644 --- a/code/modules/organs/subtypes/augment.dm +++ b/code/modules/organs/subtypes/augment.dm @@ -570,10 +570,6 @@ cooldown = 30 activable = TRUE -/obj/item/organ/internal/augment/enhanced_vision/Initialize() - . = ..() - set_light(3, 2, LIGHT_COLOR_TUNGSTEN, uv = 0, angle = LIGHT_WIDE) - /obj/item/organ/internal/augment/enhanced_vision/attack_self(var/mob/user) . = ..() diff --git a/html/changelogs/enhanced_vision_lights.yml b/html/changelogs/enhanced_vision_lights.yml new file mode 100644 index 00000000000..20ae9e25fa2 --- /dev/null +++ b/html/changelogs/enhanced_vision_lights.yml @@ -0,0 +1,6 @@ +author: Vrow + +delete-after: True + +changes: + - bugfix: "Vision Enhanced Retinas no longer has lights like the sightlights." \ No newline at end of file