Flashy flash and Gondola Pods
and cult effect addition, fixes CTF
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
|
||||
/mob/living/simple_animal/pet/gondola/Initialize()
|
||||
. = ..()
|
||||
CreateGondola()
|
||||
if (!(istype(src, /mob/living/simple_animal/pet/gondola/gondolapod)))
|
||||
CreateGondola()
|
||||
|
||||
/mob/living/simple_animal/pet/gondola/proc/CreateGondola()
|
||||
icon_state = null
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
icon = 'icons/turf/floors.dmi'
|
||||
desc = "A receiving zone for bluespace teleportations."
|
||||
icon_state = "light_on-w"
|
||||
light_range = 1
|
||||
light_range = MINIMUM_USEFUL_LIGHT_RANGE
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
layer = ABOVE_OPEN_TURF_LAYER
|
||||
|
||||
@@ -455,7 +455,7 @@ Difficulty: Hard
|
||||
/obj/effect/temp_visual/hierophant/squares
|
||||
icon_state = "hierophant_squares"
|
||||
duration = 3
|
||||
light_range = 1
|
||||
light_range = MINIMUM_USEFUL_LIGHT_RANGE
|
||||
randomdir = FALSE
|
||||
|
||||
/obj/effect/temp_visual/hierophant/squares/Initialize(mapload, new_caster)
|
||||
@@ -468,7 +468,7 @@ Difficulty: Hard
|
||||
name = "vortex wall"
|
||||
icon = 'icons/turf/walls/hierophant_wall_temp.dmi'
|
||||
icon_state = "wall"
|
||||
light_range = 1
|
||||
light_range = MINIMUM_USEFUL_LIGHT_RANGE
|
||||
duration = 100
|
||||
smooth = SMOOTH_TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user