Skip to content

Commit

Permalink
Jackets take two
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent 29b8191 commit 2b342b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
req_access = list(ACCESS_CIVILIAN_PUBLIC)
var/registered_name = null

/obj/structure/closet/secure_closet/personal/Initialize()
. = ..()
if(prob(50))
new /obj/item/storage/backpack(src)
else
new /obj/item/storage/backpack/satchel/norm(src)
new /obj/item/device/radio/headset( src )


/obj/structure/closet/secure_closet/personal/patient
name = "patient's closet"

Expand Down Expand Up @@ -44,12 +35,6 @@
else
icon_state = icon_opened

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

/obj/structure/closet/secure_closet/personal/attackby(obj/item/W as obj, mob/user as mob)
if (src.opened)
return ..()
Expand Down
2 changes: 2 additions & 0 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3126,6 +3126,8 @@
/obj/structure/closet/secure_closet/personal/cabinet{
req_access = null
},
/obj/item/clothing/suit/storage/jacket/marine/service,
/obj/item/clothing/suit/storage/jacket/marine/service/tanker,
/turf/open/floor/almayer{
icon_state = "plate"
},
Expand Down

0 comments on commit 2b342b4

Please sign in to comment.