Skip to content

Commit

Permalink
Genpop Update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JWosak authored Nov 4, 2024
1 parent ab6f23d commit 93c2ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/crates_lockers/closets/genpop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var/default_name = "prisoner closet"
req_access = list(ACCESS_BRIG)
var/obj/item/card/id/prisoner/registered_id = null
icon_state = "personal closet"
icon_state = "secure"
locked = FALSE
anchored = TRUE
opened = TRUE
Expand Down Expand Up @@ -107,7 +107,7 @@
locked = TRUE
update_icon()
registered_id.forceMove(src.loc)
new /obj/item/clothing/under/rank/prisoner(src.loc)
//new /obj/item/clothing/under/rank/prisoner(src.loc)
else
qdel(registered_id)
registered_id = null
Expand Down

0 comments on commit 93c2ed4

Please sign in to comment.