Skip to content

Commit

Permalink
Update keyrings.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC1314 committed Dec 5, 2024
1 parent 1fc48aa commit 3207717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/rogueitems/keyrings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
keys = list(/obj/item/roguekey/niteman, /obj/item/roguekey/nitemaiden)

/obj/item/keyring/hand
keys = list(/obj/item/roguekey/hand, /obj/item/roguekey/steward, /obj/item/roguekey/tavern, /obj/item/roguekey/church, /obj/item/roguekey/merchant, /obj/item/roguekey/dungeon, /obj/item/roguekey/walls, /obj/item/roguekey/garrison, /obj/item/roguekey/manor, /obj/item/roguekey/guest)
keys = list(/obj/item/roguekey/hand, /obj/item/roguekey/steward, /obj/item/roguekey/tavern, /obj/item/roguekey/church, /obj/item/roguekey/merchant, /obj/item/roguekey/dungeon, /obj/item/roguekey/walls, /obj/item/roguekey/garrison, /obj/item/roguekey/manor, /obj/item/roguekey/vault)

/obj/item/keyring/steward
keys = list(/obj/item/roguekey/steward, /obj/item/roguekey/vault, /obj/item/roguekey/manor, /obj/item/roguekey/warehouse)
Expand Down

0 comments on commit 3207717

Please sign in to comment.