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
+5 -5
View File
@@ -17,7 +17,7 @@
var/lit = 0
/obj/item/weapon/lighter/zippo
name = "Zippo lighter"
name = "zippo lighter"
desc = "The zippo."
icon_state = "zippo"
item_state = "zippo"
@@ -101,7 +101,7 @@
icon_state = "zippo_nt_off"
icon_on = "zippo_nt_on"
icon_off = "zippo_nt_off"
/obj/item/weapon/lighter/zippo/blue
name = "blue zippo lighter"
desc = "A zippo lighter made of some blue metal."
@@ -109,20 +109,20 @@
icon_on = "bluezippoon"
icon_off = "bluezippo"
/obj/item/weapon/lighter/zippo/black
/obj/item/weapon/lighter/zippo/black
name = "black zippo lighter"
desc = "A black zippo lighter."
icon_state = "blackzippo"
icon_on = "blackzippoon"
icon_off = "blackzippo"
/obj/item/weapon/lighter/zippo/engraved
/obj/item/weapon/lighter/zippo/engraved
name = "engraved zippo lighter"
desc = "A intricately engraved zippo lighter."
icon_state = "engravedzippo"
icon_on = "engravedzippoon"
icon_off = "engravedzippo"
/obj/item/weapon/lighter/zippo/gonzofist
name = "Gonzo Fist zippo"
desc = "A Zippo lighter with the iconic Gonzo Fist on a matte black finish."