Skip to content

Commit

Permalink
Merge branch 'master' into PVE-compliant-attachies
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Nov 1, 2024
2 parents b5b0d94 + 7f41c0b commit ed78cd9
Show file tree
Hide file tree
Showing 3 changed files with 9 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
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-532.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: "Max-023"
delete-after: True
changes:
- bugfix: "section sergeant lockers now listing the appropriate job titles"
- spellcheck: "addressed some outdated descriptions with the section sergeant locker."
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 ed78cd9

Please sign in to comment.