From eafb671a6341c2b6cae7ff38ee235cee188bc79c Mon Sep 17 00:00:00 2001 From: VisVirific Date: Mon, 14 Feb 2022 14:53:02 -0300 Subject: [PATCH] Enhanced Vision Aug Fix (#13183) --- code/modules/organs/subtypes/augment.dm | 4 ---- html/changelogs/enhanced_vision_lights.yml | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/enhanced_vision_lights.yml 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