mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
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>
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user