mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
hierophant arena walls now decay after the hierophant dies (#20214)
* hierophant arena walls now decay after the hierophant dies * changeturf * Get pissed * sriryan changes
This commit is contained in:
@@ -405,6 +405,8 @@ Difficulty: Hard
|
||||
stored_nearby += L // store the people to grant the achievements to once we die
|
||||
hierophant_burst(null, get_turf(src), 10)
|
||||
set_stat(CONSCIOUS) // deathgasp wont run if dead, stupid
|
||||
for(var/turf/simulated/wall/indestructible/hierophant/T in GLOB.hierophant_walls)
|
||||
T.collapse()
|
||||
..(/* force_grant = stored_nearby */)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/hierophant/Destroy()
|
||||
@@ -485,6 +487,13 @@ Difficulty: Hard
|
||||
burst_range = initial(burst_range) + round(anger_modifier * 0.08)
|
||||
beam_range = initial(beam_range) + round(anger_modifier * 0.12)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/hierophant/bullet_act(obj/item/projectile/P)
|
||||
if(stat == CONSCIOUS && !target && AIStatus != AI_OFF && !client)
|
||||
if(P.firer && get_dist(src, P.firer) <= aggro_vision_range)
|
||||
FindTarget(list(P.firer), 1)
|
||||
Goto(P.starting, move_to_delay, 3)
|
||||
..()
|
||||
|
||||
//Hierophant overlays
|
||||
/obj/effect/temp_visual/hierophant
|
||||
name = "vortex energy"
|
||||
|
||||
Reference in New Issue
Block a user