Skip to content

Commit

Permalink
bugfix: Closets use correct sprite (#5918)
Browse files Browse the repository at this point in the history
closets
  • Loading branch information
Den109G authored Sep 22, 2024
1 parent 6c3cd51 commit b4a841b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
/obj/structure/closet/secure_closet/security
name = "security officer's locker"
req_access = list(ACCESS_SECURITY)
icon_state = "secward"
icon_state = "sec"

/obj/structure/closet/secure_closet/security/populate_contents()
if(prob(50))
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mining/mine_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/obj/structure/closet/secure_closet/miner
name = "miner's equipment"
icon_state = "mine_pers"
icon_state = "mining"
req_access = list(ACCESS_MINING)

/obj/structure/closet/secure_closet/miner/populate_contents()
Expand Down

0 comments on commit b4a841b

Please sign in to comment.