[MIRROR] Fixes Marker Beacons Not Having an Icon [MDB IGNORE] (#13514)

* Fixes Marker Beacons Not Having an Icon (#66830)

FUCK.

In #66736 (7517e79), I forgot to change this line. It worked fine in the screenshot because the screenshot came from before I spun it out into it's own DMI. Whoops.

* Fixes Marker Beacons Not Having an Icon

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
SkyratBot
2022-05-11 01:04:45 +02:00
committed by GitHub
parent 944afb7dea
commit 26581acfa6
@@ -73,7 +73,7 @@ GLOBAL_LIST_INIT(marker_beacon_colors, sort_list(list(
/obj/structure/marker_beacon
name = "marker beacon"
desc = "A Prism-brand path illumination device. It is anchored in place and glowing steadily."
icon = 'icons/obj/lighting.dmi'
icon = 'icons/obj/marker.dmi'
icon_state = "marker"
layer = BELOW_OPEN_DOOR_LAYER
armor = list(MELEE = 50, BULLET = 75, LASER = 75, ENERGY = 75, BOMB = 25, BIO = 0, FIRE = 25, ACID = 0)