diff --git a/_maps/map_files/LayeniaStation/LayeniaStation.dmm b/_maps/map_files/LayeniaStation/LayeniaStation.dmm index bd13c7f6e..e7d629559 100644 --- a/_maps/map_files/LayeniaStation/LayeniaStation.dmm +++ b/_maps/map_files/LayeniaStation/LayeniaStation.dmm @@ -109658,6 +109658,11 @@ /obj/effect/spawner/lootdrop/bedsheet, /turf/open/floor/carpet, /area/crew_quarters/dorms) +"uFe" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/beacon, +/turf/open/floor/plating/layenia, +/area/layenia) "uFf" = ( /obj/machinery/vending/boozeomat/all_access, /turf/open/floor/wood, @@ -209082,11 +209087,11 @@ tBc tBc tBc tBc -xaP +uFe tBc tBc tBc -xaP +uFe tBc tBc ePF @@ -210351,11 +210356,11 @@ ePF ePF ePF ePF -xaP +uFe tBc tBc tBc -xaP +uFe tBc tBc tBc @@ -210367,11 +210372,11 @@ tBc tBc tBc tBc -xaP +uFe tBc tBc tBc -xaP +uFe tBc tBc tBc @@ -211636,11 +211641,11 @@ ePF ePF tBc tBc -xaP +uFe tBc tBc tBc -xaP +uFe tBc tBc tBc @@ -211652,11 +211657,11 @@ fdE tBc tBc tBc -xaP +uFe tBc tBc tBc -xaP +uFe tBc tBc ePF diff --git a/hyperstation/code/obj/structures/beacons.dm b/hyperstation/code/obj/structures/beacons.dm new file mode 100644 index 000000000..8fb24d889 --- /dev/null +++ b/hyperstation/code/obj/structures/beacons.dm @@ -0,0 +1,7 @@ +/obj/structure/beacon + name = "beacon" + desc = "A small marker beacon" + anchored = TRUE + density = FALSE + icon = 'hyperstation/icons/obj/structures/beacons.dmi' + icon_state = "beacon" \ No newline at end of file diff --git a/hyperstation/icons/obj/structures/beacons.dmi b/hyperstation/icons/obj/structures/beacons.dmi new file mode 100644 index 000000000..c4131e36c Binary files /dev/null and b/hyperstation/icons/obj/structures/beacons.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 48f765040..58cd2b903 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3215,6 +3215,7 @@ #include "hyperstation\code\obj\Lambent\shoes.dm" #include "hyperstation\code\obj\Lambent\suit.dm" #include "hyperstation\code\obj\Lambent\uniform.dm" +#include "hyperstation\code\obj\structures\beacons.dm" #include "hyperstation\code\obj\SYSuit\abilities.dm" #include "hyperstation\code\obj\SYSuit\main.dm" #include "hyperstation\code\obj\SYSuit\suit_initialize.dm"