mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Area naming consistency
Changes area name from "supply shuttle" to "Supply Shuttle" to match the casing of other areas.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user