Skip to content

Commit

Permalink
Fix for CL's lockbox. (#4282)
Browse files Browse the repository at this point in the history
# About the pull request

Followup to #4035.

# Explain why it's good for the game

Is fix.

# Changelog
:cl:
fix: CL's lockbox can be properly opened once again.
/:cl:
  • Loading branch information
Segrain committed Aug 30, 2023
1 parent bb417f3 commit 75d997a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/lockbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

/obj/item/storage/lockbox/loyalty
name = "\improper Wey-Yu equipment lockbox"
req_access = null
req_one_access = list(ACCESS_WY_EXEC, ACCESS_WY_SECURITY)

/obj/item/storage/lockbox/loyalty/fill_preset_inventory()
Expand Down

0 comments on commit 75d997a

Please sign in to comment.