diff --git a/code/game/objects/effects/overlays.dm b/code/game/objects/effects/overlays.dm index 056d9f72955..4f5a3e6988f 100644 --- a/code/game/objects/effects/overlays.dm +++ b/code/game/objects/effects/overlays.dm @@ -37,7 +37,7 @@ /obj/effect/overlay/bluespacify name = "Bluespace" - icon = 'icons/turf/space.dmi' + icon = 'icons/turf/space_vr.dmi' //VOREStation Edit icon_state = "bluespacify" plane = ABOVE_PLANE diff --git a/icons/turf/space_vr.dmi b/icons/turf/space_vr.dmi new file mode 100644 index 00000000000..a00d0eca06e Binary files /dev/null and b/icons/turf/space_vr.dmi differ diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index 0790ba01d61..2ac742e7759 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -109,9 +109,8 @@ teleport_y = 2 teleport_z = Z_LEVEL_SURFACE_LOW -/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b/Initialize() +/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b/find_planet() planet = planet_virgo3b - . = ..() /obj/effect/step_trigger/lost_in_space var/deathmessage = "You drift off into space, floating alone in the void until your life support runs out." diff --git a/maps/tether/tether_turfs.dm b/maps/tether/tether_turfs.dm index a809765de32..8e3ccbfcdb8 100644 --- a/maps/tether/tether_turfs.dm +++ b/maps/tether/tether_turfs.dm @@ -163,9 +163,11 @@ VIRGO3B_TURF_CREATE(/turf/simulated/mineral/floor) // Bluespace jump turf! /turf/space/bluespace name = "bluespace" + icon = 'icons/turf/space_vr.dmi' icon_state = "bluespace" /turf/space/bluespace/Initialize() ..() + icon = 'icons/turf/space_vr.dmi' icon_state = "bluespace" // Desert jump turf!