Flashy flash and Gondola Pods
and cult effect addition, fixes CTF
This commit is contained in:
@@ -912,7 +912,7 @@
|
||||
on_fire = 1
|
||||
src.visible_message("<span class='warning'>[src] catches fire!</span>", \
|
||||
"<span class='userdanger'>You're set on fire!</span>")
|
||||
new/obj/effect/dummy/fire(src)
|
||||
new/obj/effect/dummy/lighting_obj/moblight/fire(src)
|
||||
throw_alert("fire", /obj/screen/alert/fire)
|
||||
update_fire()
|
||||
SEND_SIGNAL(src, COMSIG_LIVING_IGNITED,src)
|
||||
@@ -923,7 +923,7 @@
|
||||
if(on_fire)
|
||||
on_fire = 0
|
||||
fire_stacks = 0
|
||||
for(var/obj/effect/dummy/fire/F in src)
|
||||
for(var/obj/effect/dummy/lighting_obj/moblight/fire/F in src)
|
||||
qdel(F)
|
||||
clear_alert("fire")
|
||||
SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "on_fire")
|
||||
|
||||
@@ -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