hides attack logs involving NPCs, lavaland, adminroom, thunderdome

This commit is contained in:
Kyep
2019-06-06 19:46:07 -07:00
parent 10ef2311ab
commit bde012431f
5 changed files with 12 additions and 3 deletions
+3
View File
@@ -50,6 +50,7 @@ var/list/ghostteleportlocs = list()
icon_state = "start"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
/area/adminconstruction
@@ -57,6 +58,7 @@ var/list/ghostteleportlocs = list()
icon_state = "start"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
/area/space
icon_state = "space"
@@ -522,6 +524,7 @@ var/list/ghostteleportlocs = list()
icon_state = "thunder"
requires_power = FALSE
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
hide_attacklogs = TRUE
/area/tdome/arena_source
+2 -1
View File
@@ -33,7 +33,7 @@
var/static_equip
var/static_light = FALSE
var/static_environ
var/has_gravity = TRUE
var/list/apc = list()
var/no_air = null
@@ -64,6 +64,7 @@
'sound/ambience/ambigen12.ogg','sound/ambience/ambigen14.ogg')
var/fast_despawn = FALSE
var/hide_attacklogs = FALSE // For areas such as thunderdome, lavaland syndiebase, etc which generate a lot of spammy attacklogs. Reduces log priority.
/area/Initialize(mapload)
GLOB.all_areas += src
+1
View File
@@ -37,6 +37,7 @@
icon_state = "dk_yellow"
ambientsounds = list('sound/ambience/ambidanger.ogg', 'sound/ambience/ambidanger2.ogg')
report_alerts = FALSE
hide_attacklogs = TRUE
/area/ruin/unpowered/syndicate_lava_base/engineering
name = "Syndicate Lavaland Engineering"