mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user