Skip to content

Commit

Permalink
Locker Fixes (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: Dumbgunner <[email protected]>
  • Loading branch information
Max-023 and Dumbgunner authored Nov 1, 2024
1 parent 4abd748 commit 6c257e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
new /obj/item/clothing/shoes/black(src)

/obj/structure/closet/secure_closet/platoon_sergeant
name = "platoon sergeant locker"
desc = "A secure storage unit for the platoon sergeant."
name = "section sergeant locker"
desc = "A secure storage unit for the section sergeant."
req_one_access = list(ACCESS_MARINE_LEADER)

/obj/structure/closet/secure_closet/platoon_sergeant/Initialize()
Expand Down
4 changes: 2 additions & 2 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3206,11 +3206,11 @@
"alc" = (
/obj/structure/closet/secure_closet/marine_personal{
pixel_x = -7;
job = "Platoon Sergeant"
job = "Section Sergeant"
},
/obj/structure/closet/secure_closet/marine_personal{
pixel_x = 8;
job = "Platoon Corpsman"
job = "Corpsman"
},
/turf/open/floor/almayer/plate,
/area/golden_arrow/cryo_cells)
Expand Down

0 comments on commit 6c257e7

Please sign in to comment.