Skip to content

Commit

Permalink
fixes russian bounty hunters
Browse files Browse the repository at this point in the history
  • Loading branch information
DexeeXI committed Aug 28, 2024
1 parent 85e57b4 commit b42676d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
var/obj/item/card/id/equipped_card = equip_to.wear_id
equipped_card.assignment = "Russian Bounty Hunter"
equipped_card.registered_name = equip_to.real_name
equipped_card.access = list(ACCESS_BOUNTY_HUNTER)
equipped_card.update_label()
equipped_card.update_icon()

Expand Down

0 comments on commit b42676d

Please sign in to comment.