Area naming consistency

Changes area name from "supply shuttle" to "Supply Shuttle" to match the casing of other areas.
This commit is contained in:
PsiOmega
2014-07-28 08:37:14 +02:00
committed by ZomgPonies
parent 006365d815
commit 45bcd41b9d
+2 -2
View File
@@ -21,14 +21,14 @@ var/list/mechtoys = list(
)
/area/supply/station //DO NOT TURN THE lighting_use_dynamic STUFF ON FOR SHUTTLES. IT BREAKS THINGS.
name = "supply shuttle"
name = "Supply Shuttle"
icon_state = "shuttle3"
luminosity = 1
lighting_use_dynamic = 0
requires_power = 0
/area/supply/dock //DO NOT TURN THE lighting_use_dynamic STUFF ON FOR SHUTTLES. IT BREAKS THINGS.
name = "supply shuttle"
name = "Supply Shuttle"
icon_state = "shuttle3"
luminosity = 1
lighting_use_dynamic = 0