Skip to content

Commit

Permalink
yeah and that's too
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
xDanilcusx and harryob committed Nov 26, 2023
1 parent 5020f57 commit 2a59fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/glasses/night.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check failure on line 244 in code/modules/clothing/glasses/night.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "TM"
Expand Down

0 comments on commit 2a59fb3

Please sign in to comment.