mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Another lowercasing pass on a bunch of items and furnitures.
Synthflesh should be a plural. Leg cuffs is better than legcuffs. LaserTag -> laser tag is not a brand name. centcom -> Centcom is always capitalised.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/obj/machinery/computer/shuttle/labor
|
||||
name = "Labor Shuttle Console"
|
||||
name = "labor shuttle console"
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "shuttle"
|
||||
circuit = /obj/item/weapon/circuitboard/labor_shuttle
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
/obj/machinery/computer/shuttle/labor/one_way
|
||||
name = "Prisoner Shuttle Console"
|
||||
name = "prisoner shuttle console"
|
||||
desc = "A one-way shuttle console, used to summon the shuttle to the labor camp."
|
||||
circuit = /obj/item/weapon/circuitboard/labor_shuttle/one_way
|
||||
req_access = list( )
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**********************Prisoners' Console**************************/
|
||||
|
||||
/obj/machinery/mineral/labor_claim_console
|
||||
name = "Point Claim Console"
|
||||
name = "point claim console"
|
||||
desc = "A stacking console with an electromagnetic writer, used to track ore mined by prisoners."
|
||||
name = "stacking machine console"
|
||||
icon = 'icons/obj/machines/mining_machines.dmi'
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
/obj/machinery/mineral/labor_claim_console/attack_hand(user as mob)
|
||||
name = "Point Claim Console"
|
||||
name = "point claim console"
|
||||
icon = 'icons/obj/machines/mining_machines.dmi'
|
||||
icon_state = "console"
|
||||
desc = "A stacking console with an electromagnetic writer, used to track ore mined by prisoners."
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
/obj/structure/ore_box
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "orebox"
|
||||
name = "Ore Box"
|
||||
name = "ore box"
|
||||
desc = "It's heavy"
|
||||
density = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user