mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #4892 from Novacat/nova-pathfinder
Fixes Virgo 3B Step Trigger
This commit is contained in:
@@ -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 |
@@ -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."
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user