mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Fixes spelling and misleading messages (#22512)
* Fixes spelling and shit * satiates the kor, fixes more typos/grammar issues * spelling madness * I'm mad with spelling power
This commit is contained in:
@@ -85,40 +85,40 @@
|
||||
|
||||
/obj/structure/noticeboard/captain
|
||||
name = "Captain's Notice Board"
|
||||
desc = "Important notices from the Captain"
|
||||
desc = "Important notices from the Captain."
|
||||
req_access = list(access_captain)
|
||||
|
||||
/obj/structure/noticeboard/hop
|
||||
name = "Head of Personel's Notice Board"
|
||||
desc = "Important notices from the Head of Personel"
|
||||
name = "Head of Personnel's Notice Board"
|
||||
desc = "Important notices from the Head of Personnel."
|
||||
req_access = list(access_hop)
|
||||
|
||||
/obj/structure/noticeboard/ce
|
||||
name = "Chief Engineer's Notice Board"
|
||||
desc = "Important notices from the Chief Engineer"
|
||||
desc = "Important notices from the Chief Engineer."
|
||||
req_access = list(access_ce)
|
||||
|
||||
/obj/structure/noticeboard/hos
|
||||
name = "Head of Security's Notice Board"
|
||||
desc = "Important notices from the Head of Security"
|
||||
desc = "Important notices from the Head of Security."
|
||||
req_access = list(access_hos)
|
||||
|
||||
/obj/structure/noticeboard/cmo
|
||||
name = "Chief Medical Officer's Notice Board"
|
||||
desc = "Important notices from the Chief Medical Officer"
|
||||
desc = "Important notices from the Chief Medical Officer."
|
||||
req_access = list(access_cmo)
|
||||
|
||||
/obj/structure/noticeboard/rd
|
||||
name = "Research Director's Notice Board"
|
||||
desc = "Important notices from the Research Director"
|
||||
desc = "Important notices from the Research Director."
|
||||
req_access = list(access_rd)
|
||||
|
||||
/obj/structure/noticeboard/qm
|
||||
name = "Quartermaster's Notice Board"
|
||||
desc = "Important notices from the Quartermaster"
|
||||
desc = "Important notices from the Quartermaster."
|
||||
req_access = list(access_qm)
|
||||
|
||||
/obj/structure/noticeboard/staff
|
||||
name = "Staff Notice Board"
|
||||
desc = "Important notices from the heads of staff"
|
||||
desc = "Important notices from the heads of staff."
|
||||
req_access = list(access_heads)
|
||||
|
||||
Reference in New Issue
Block a user