mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Stops a duplicate add to SSPlanets (#10349)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
832cb43183
commit
05351b75a9
@@ -12,10 +12,10 @@
|
|||||||
nitrogen = 0
|
nitrogen = 0
|
||||||
phoron = 0
|
phoron = 0
|
||||||
|
|
||||||
/turf/simulated/sky/Initialize(mapload)
|
/turf/simulated/sky/Initialize(mapload, var/color = "#FFFFFF")
|
||||||
. = ..()
|
. = ..()
|
||||||
//SSplanets.addTurf(src) VOREStation edit - Handled by parent
|
//SSplanets.addTurf(src) VOREStation edit - Handled by parent
|
||||||
set_light(2, 2, "#FFFFFF")
|
set_light(2, 2, color)
|
||||||
|
|
||||||
/turf/simulated/sky/north
|
/turf/simulated/sky/north
|
||||||
dir = NORTH
|
dir = NORTH
|
||||||
|
|||||||
@@ -48,9 +48,6 @@
|
|||||||
invisibility = 0
|
invisibility = 0
|
||||||
|
|
||||||
/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b
|
/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b
|
||||||
icon = 'icons/obj/structures/stairs_64x64.dmi'
|
|
||||||
icon_state = ""
|
|
||||||
invisibility = 0
|
|
||||||
|
|
||||||
/obj/effect/step_trigger/lost_in_space
|
/obj/effect/step_trigger/lost_in_space
|
||||||
icon = 'icons/obj/structures/stairs_64x64.dmi'
|
icon = 'icons/obj/structures/stairs_64x64.dmi'
|
||||||
|
|||||||
@@ -74,9 +74,7 @@ VIRGO3B_TURF_CREATE(/turf/simulated/floor/reinforced)
|
|||||||
color = "#FFBBBB"
|
color = "#FFBBBB"
|
||||||
|
|
||||||
/turf/simulated/sky/virgo3b/Initialize(mapload)
|
/turf/simulated/sky/virgo3b/Initialize(mapload)
|
||||||
. = ..()
|
. = ..(mapload, color)
|
||||||
SSplanets.addTurf(src)
|
|
||||||
set_light(2, 2, "#FFBBBB")
|
|
||||||
|
|
||||||
/turf/simulated/sky/virgo3b/north
|
/turf/simulated/sky/virgo3b/north
|
||||||
dir = NORTH
|
dir = NORTH
|
||||||
|
|||||||
Reference in New Issue
Block a user