diff --git a/code/modules/paperwork/photography.dm b/code/modules/paperwork/photography.dm index be90d145ebc..4c1d92b31a2 100644 --- a/code/modules/paperwork/photography.dm +++ b/code/modules/paperwork/photography.dm @@ -29,7 +29,7 @@ var/global/photo_count = 0 icon = 'icons/obj/bureaucracy.dmi' icon_state = "photo" item_state = "paper" - w_class = ITEMSIZE_SMALL + w_class = ITEMSIZE_TINY var/picture_desc // Who and/or what's in the picture. var/id var/icon/img //Big photo image diff --git a/html/changelogs/TinyPhotos.yml b/html/changelogs/TinyPhotos.yml new file mode 100644 index 00000000000..7328fcdb288 --- /dev/null +++ b/html/changelogs/TinyPhotos.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - tweak: "Photos are now size tiny, just like paper." \ No newline at end of file