diff --git a/ModularTegustation/tegu_items/associations/vending.dm b/ModularTegustation/tegu_items/associations/vending.dm index 1633047dc22a..7883d829a9d6 100644 --- a/ModularTegustation/tegu_items/associations/vending.dm +++ b/ModularTegustation/tegu_items/associations/vending.dm @@ -122,6 +122,7 @@ products = list( /obj/item/choice_beacon/weaving = 1, /obj/item/choice_beacon/tame = 1, + /obj/item/storage/photo_album/fixer = 1, /obj/item/flashlight/seclite = 100, /obj/item/attribute_increase/fixer = 1500, /obj/item/radio/headset = 200, diff --git a/code/modules/photography/photos/album.dm b/code/modules/photography/photos/album.dm index 8a8927f86970..1e31a86c66d5 100644 --- a/code/modules/photography/photos/album.dm +++ b/code/modules/photography/photos/album.dm @@ -116,5 +116,11 @@ icon_state = "album_blue" persistence_id = "prison" +/obj/item/storage/photo_album/fixer + name = "photo album (Fixer Office)" + icon_state = "album_green" + persistence_id = "fixer" + custom_price = PAYCHECK_ASSISTANT + /obj/item/storage/photo_album/personal icon_state = "album_green"