Revert "12/21 modernizations from TG live"

This commit is contained in:
LetterJay
2016-12-22 22:35:44 -06:00
committed by GitHub
parent cf59ac1c3d
commit ae40d4134e
2215 changed files with 86928 additions and 707332 deletions
-14
View File
@@ -1,14 +0,0 @@
/obj/effect/landmark/transit
name = "transit space marker"
desc = "This indicates where transit space begins and ends."
invisibility = FALSE
icon = 'icons/effects/effects.dmi'
icon_state = "at_shield1"
/obj/effect/landmark/transit/New()
. = ..()
transit_markers += src
/obj/effect/landmark/transit/Destroy()
transit_markers -= src
. = ..()