Merge pull request #4892 from Novacat/nova-pathfinder

Fixes Virgo 3B Step Trigger
This commit is contained in:
Novacat
2019-03-31 12:35:13 -04:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+1 -2
View File
@@ -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."
+2
View File
@@ -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!