Skip to content

Commit

Permalink
Adds Spyglass kit to the Representative (#2648)
Browse files Browse the repository at this point in the history
Update representative.dm

Spyglass kit added to representative's job backpack
  • Loading branch information
neofatale authored Dec 27, 2024
1 parent c49c63c commit abef264
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
uniform = /obj/item/clothing/under/suit/lobotomy
shoes = /obj/item/clothing/shoes/laceup

backpack_contents = list()
backpack_contents = list(
/obj/item/storage/box/rxglasses/spyglasskit,
)

/// Alternate corps you can pick
/datum/job/representative
Expand Down

0 comments on commit abef264

Please sign in to comment.