From b2ca8e64116e80b043ca36d6a41cebd32ded0dd7 Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:45:55 +1000 Subject: [PATCH] Fixes door wand not working (#28122) * Fixes door wand not working * Update code/modules/projectiles/projectile/magic_projectiles.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> --------- Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --- code/modules/projectiles/projectile/magic_projectiles.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/projectiles/projectile/magic_projectiles.dm b/code/modules/projectiles/projectile/magic_projectiles.dm index 4f9cca59c05..f9ff52c7b03 100644 --- a/code/modules/projectiles/projectile/magic_projectiles.dm +++ b/code/modules/projectiles/projectile/magic_projectiles.dm @@ -172,8 +172,6 @@ /obj/item/projectile/magic/door/on_hit(atom/target) . = ..() - if(!.) - return . var/atom/T = target.loc if(isturf(target) && target.density) if(!(istype(target, /turf/simulated/wall/indestructible)))