mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user