mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Fixes projectiles passing through the Desecrated Duel arena (#22588)
* Fixy fixy * Make it not affect lavaland elites * Update code/modules/mob/living/simple_animal/hostile/mining/elites/elite.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
|
||||
/obj/effect/proc_holder/spell/vampire/arena/proc/arena_trap(turf/target_turf)
|
||||
for(var/tumor_range_turfs in circle_edge_turfs(target_turf, ARENA_SIZE))
|
||||
tumor_range_turfs = new /obj/effect/temp_visual/elite_tumor_wall(tumor_range_turfs, src)
|
||||
tumor_range_turfs = new /obj/effect/temp_visual/elite_tumor_wall/gargantua(tumor_range_turfs, src)
|
||||
all_temp_walls += tumor_range_turfs
|
||||
|
||||
/obj/effect/proc_holder/spell/vampire/arena/proc/fighters_check(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user