fixes chisels (#72632)

## About The Pull Request
chisels used to only work when clicking on away stuff
mothblocks broke them and made them only work on close stuff
fixes that

## Why It's Good For The Game
yippe

## Changelog
🆑
qol: fixes chisels
/🆑
This commit is contained in:
Fikou
2023-01-12 10:13:16 -08:00
committed by GitHub
parent 5264af1a34
commit 064aea2604
+1 -1
View File
@@ -330,7 +330,7 @@ Moving interrupts
// We aim at something distant.
/obj/item/chisel/afterattack(atom/target, mob/user, proximity_flag, click_parameters)
. = ..()
if(!proximity_flag)
if(proximity_flag)
return .
if (!sculpting && prepared_block && ismovable(target) && prepared_block.completion == 0)