From f3a2f2107096397df0d6ba89320c19d8de614d1f Mon Sep 17 00:00:00 2001 From: ariaworld Date: Sun, 29 Jan 2023 19:59:37 +0100 Subject: [PATCH] Fixed tiny typo, missing ". --- code/modules/photography/photos/photo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/photography/photos/photo.dm b/code/modules/photography/photos/photo.dm index a2217c0158..5514e24c5e 100644 --- a/code/modules/photography/photos/photo.dm +++ b/code/modules/photography/photos/photo.dm @@ -102,4 +102,4 @@ add_fingerprint(usr) /obj/item/photo/old - icon_state = "photo_old \ No newline at end of file + icon_state = "photo_old" \ No newline at end of file