mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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:
@@ -473,6 +473,11 @@ While using this makes the system rely on OnFire, it still gives options for tim
|
||||
if(isliving(mover))
|
||||
return FALSE
|
||||
|
||||
/obj/effect/temp_visual/elite_tumor_wall/gargantua/CanPass(atom/movable/mover, border_dir)
|
||||
. = ..()
|
||||
if(istype(mover, /obj/item/projectile))
|
||||
return FALSE
|
||||
|
||||
/obj/item/gps/internal/tumor
|
||||
icon_state = null
|
||||
gpstag = "Cancerous Signal"
|
||||
|
||||
Reference in New Issue
Block a user