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:
bgobandit
2016-12-29 10:14:01 +13:00
committed by oranges
parent 6586e7a04e
commit e9544b8bec
18 changed files with 45 additions and 45 deletions
+9 -9
View File
@@ -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)