From 60f1e4348a72b828d946b5194e6ebf708c1ee4c6 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 22 May 2017 22:11:53 -0500 Subject: [PATCH] Chasms will glow dimly, like lava --- code/game/turfs/simulated/chasm.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/turfs/simulated/chasm.dm b/code/game/turfs/simulated/chasm.dm index 8b24a4c816..4f22487537 100644 --- a/code/game/turfs/simulated/chasm.dm +++ b/code/game/turfs/simulated/chasm.dm @@ -111,6 +111,9 @@ initial_gas_mix = "o2=14;n2=23;TEMP=300" planetary_atmos = TRUE baseturf = /turf/open/chasm/straight_down/lava_land_surface + light_range = 1.9 //slightly less range than lava + light_power = 0.65 //less bright, too + light_color = LIGHT_COLOR_LAVA //let's just say you're falling into lava, that makes sense right /turf/open/chasm/straight_down/lava_land_surface/drop(atom/movable/AM) //Make sure the item is still there after our sleep