Removes an l from soll_officer (#21026)

Changes part of the name used in the code for sol alliance officer
lockers from "soll_officer" to "sol_officer".

I'm sure there's a joke to be made here involving the phrase "taking the
L".

---------

Signed-off-by: Tag103 <194812614+Tag103@users.noreply.github.com>
This commit is contained in:
Tag103
2025-07-21 10:32:30 +00:00
committed by GitHub
parent f4d5603ae6
commit 1481f2f086
3 changed files with 11 additions and 5 deletions
@@ -131,12 +131,12 @@
new /obj/item/clothing/shoes/laceup(src)
new /obj/item/clothing/shoes/laceup(src)
/obj/structure/closet/secure_closet/soll_officer
/obj/structure/closet/secure_closet/sol_officer
name = "sol alliance officer locker"
req_access = list(ACCESS_CAPTAIN)
icon_state = "cap"
/obj/structure/closet/secure_closet/soll_officer/fill()
/obj/structure/closet/secure_closet/sol_officer/fill()
..()
if(prob(50))
new /obj/item/storage/backpack/captain(src)