Merge branch 'master' into development

# Conflicts:
#	maps/aurora/aurora-1_centcomm.dmm
This commit is contained in:
skull132
2017-10-29 16:15:53 +02:00
47 changed files with 3560 additions and 90287 deletions
+2 -2
View File
@@ -55,7 +55,7 @@
)
var/list/forced_ambience = null
var/sound_env = STANDARD_STATION
var/turf/base_turf//The base turf type of the area, which can be used to override the z-level's base turf
var/turf/base_turf //The base turf type of the area, which can be used to override the z-level's base turf
var/no_light_control = 0 // if 1, lights in area cannot be toggled with light controller
var/allow_nightmode = 0 // if 1, lights in area will be darkened by the night mode controller
var/station_area = 0
@@ -211,7 +211,7 @@
#define DO_PARTY(COLOR) animate(color = COLOR, time = 0.5 SECONDS, easing = QUAD_EASING)
/area/update_icon()
if ((fire || eject || party) && (!requires_power||power_environ) && !istype(src, /area/space))//If it doesn't require power, can still activate this proc.
if ((fire || eject || party) && (!requires_power||power_environ) && !istype(src, /area/space)) //If it doesn't require power, can still activate this proc.
if(fire && !eject && !party) // FIRE
color = "#ff9292"
animate(src) // stop any current animations.