mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
Fixes lighting on walls, shuts Travis up
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
forced_ambience = list('sound/music/elevator.ogg')
|
||||
dynamic_lighting = FALSE //Temporary fix for elevator lighting
|
||||
|
||||
requires_power = 0
|
||||
requires_power = FALSE
|
||||
|
||||
/area/turbolift/tether/transit
|
||||
name = "tether (midway)"
|
||||
|
||||
@@ -504,7 +504,9 @@
|
||||
|
||||
/area/tether/elevator
|
||||
name = "\improper Tether Elevator"
|
||||
requires_power = 0
|
||||
dynamic_lighting = FALSE
|
||||
|
||||
requires_power = FALSE
|
||||
|
||||
//////////////////////////////////
|
||||
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
|
||||
unit_test_exempt_areas = list(
|
||||
/area/tether/surfacebase/outside/outside1,
|
||||
/area/tether/elevator,
|
||||
/area/vacant/vacant_site,
|
||||
/area/vacant/vacant_site/east,
|
||||
/area/crew_quarters/sleep/Dorm_1/holo,
|
||||
|
||||
Reference in New Issue
Block a user