From 2a59fb3c97f5ea3d98de4f3625e20e0e253214dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BA=D1=82=D0=BE?= <65656972+xDanilcusx@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:01:03 +0300 Subject: [PATCH] yeah and that's too Co-authored-by: harryob --- code/modules/clothing/glasses/night.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/glasses/night.dm b/code/modules/clothing/glasses/night.dm index 8adf92bd26..a8990013fd 100644 --- a/code/modules/clothing/glasses/night.dm +++ b/code/modules/clothing/glasses/night.dm @@ -236,9 +236,9 @@ playsound_client(human_user.client, 'sound/items/tick.ogg') for(var/target in blip_pool) - var/obj/effect/target_mark/TM = blip_pool[target] + var/obj/effect/target_mark/mark = blip_pool[target] if(target in viewed) - TM.update_marker_pos(human_user, target) + mark.update_marker_pos(human_user, target) continue remove_marker(human_user, target, TM)