mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[s] Fixes Mechs being able to walk through walls (#24695)
* Adds the ismecha check * I am a dummy, thanks contra
This commit is contained in:
@@ -475,9 +475,7 @@ While using this makes the system rely on OnFire, it still gives options for tim
|
||||
return FALSE
|
||||
|
||||
/obj/effect/temp_visual/elite_tumor_wall/gargantua/CanPass(atom/movable/mover, border_dir)
|
||||
. = ..()
|
||||
if(istype(mover, /obj/item/projectile))
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
/obj/item/gps/internal/tumor
|
||||
icon_state = null
|
||||
|
||||
Reference in New Issue
Block a user