Skip to content

Commit

Permalink
Adding a Fixer Album
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 1, 2025
1 parent 7edd39c commit d40e2b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ModularTegustation/tegu_items/associations/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 6 additions & 0 deletions code/modules/photography/photos/album.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d40e2b1

Please sign in to comment.