Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MalorMorfin committed Dec 23, 2024
1 parent eda7408 commit 2bc6ec2
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
desc = "It's a secure locker for personnel. The first card swiped gains control."
name = "personal closet"
req_access = list(ACCESS_CIVILIAN_PUBLIC)
var/registered_name = null

/obj/structure/closet/secure_closet/personal/Initialize(mapload)
. = ..()
Expand All @@ -17,9 +16,7 @@
/obj/structure/closet/secure_closet/personal/morgue
name = "Morgue Closet"

/obj/structure/closet/secure_closet/personal/patient/Initialize(mapload)
. = ..()
contents = list()
/obj/structure/closet/secure_closet/personal/patient/PopulateContents()
new /obj/item/clothing/under/color/white( src )
new /obj/item/clothing/shoes/white( src )

Expand All @@ -44,8 +41,6 @@
else
icon_state = icon_opened

/obj/structure/closet/secure_closet/personal/cabinet/Initialize(mapload)
. = ..()
contents = list()
/obj/structure/closet/secure_closet/personal/cabinet/PopulateContents()
new /obj/item/storage/backpack/satchel( src )
new /obj/item/radio/headset( src )

0 comments on commit 2bc6ec2

Please sign in to comment.