Corrected the capitalization of a large amount of machines and items. This will also cause BYOND to use the correct articles (a/an).

Also corrected some periods, spelling errors etc. along the way.

If this PR seems familiar, a part of this is of an earlier PR that I messed up.
This commit is contained in:
Certh
2015-12-07 16:14:26 +01:00
parent b8db2dd78d
commit 591daf04d2
92 changed files with 297 additions and 298 deletions
+6 -6
View File
@@ -27,7 +27,7 @@
/obj/item/stack/sheet/animalhide/random
name = "Random animal hide"
name = "random animal hide"
New()
..()
spawn(1)
@@ -80,7 +80,7 @@
name = "unlabelled bottle"
pixel_x = rand(-10,10)
pixel_y = rand(-10,10)
/obj/item/weapon/reagent_containers/food/drinks/bottle/random_drink
name = "unlabelled drink"
icon = 'icons/obj/drinks.dmi'
@@ -96,7 +96,7 @@
icon_state = pick("alco-white","alco-green","alco-blue","alco-clear","alco-red")
pixel_x = rand(-5,5)
pixel_y = rand(-5,5)
/obj/item/weapon/reagent_containers/food/drinks/bottle/random_reagent // Same as the chembottle code except the container
name = "unlabelled drink?"
icon = 'icons/obj/drinks.dmi'
@@ -146,7 +146,7 @@
// -------------------------------------
/obj/structure/closet/crate/secure/unknownchemicals
name = "Grey-market Chemicals Grab Pack"
name = "grey-market chemicals grab pack"
desc = "Crate full of chemicals of unknown type and value from a 'trusted' source."
req_one_access = list(access_chemistry,access_research,access_qm) // the qm knows a guy, you see.
@@ -172,7 +172,7 @@
return
/obj/structure/closet/crate/secure/chemicals
name = "Chemical Supply Kit"
name = "chemical supply kit"
desc = "Full of basic chemistry supplies."
req_one_access = list(access_chemistry,access_research)
@@ -229,7 +229,7 @@
*/
/obj/structure/closet/secure_closet/random_drinks
name = "Unlabelled Booze"
name = "unlabelled booze closet"
req_access = list(access_bar)
icon_state = "cabinetdetective_locked"
icon_closed = "cabinetdetective"