Merge pull request #624 from Citadel-Station-13/upstream-merge-26492

[MIRROR] Adds new debug verb for highlighting roundstart ATs
This commit is contained in:
LetterJay
2017-05-18 05:51:54 -04:00
committed by GitHub
5 changed files with 74 additions and 13 deletions
+20 -1
View File
@@ -30,4 +30,23 @@
icon_state = "white"
plane = LIGHTING_PLANE
layer = LIGHTING_LAYER
blend_mode = BLEND_ADD
blend_mode = BLEND_ADD
/obj/effect/abstract/marker
name = "marker"
icon = 'icons/effects/effects.dmi'
anchored = TRUE
icon_state = "wave3"
layer = RIPPLE_LAYER
/obj/effect/abstract/marker/Initialize(mapload)
. = ..()
GLOB.all_abstract_markers += src
/obj/effect/abstract/marker/Destroy()
GLOB.all_abstract_markers -= src
. = ..()
/obj/effect/abstract/marker/at
name = "active turf marker"