You can properly aim mining bombs at turfs now (#85006)

## About The Pull Request

Due to lacking can_target_turfs mining bombs currently travel until they
hit a solid object or reach their range, making aiming often
frustrating.

## Why It's Good For The Game

This doesn't have a balance impact but makes mining with them a bit
easier as you can actually position them where you want.

## Changelog
🆑
qol: You can properly aim mining bombs at turfs now
/🆑
This commit is contained in:
SmArtKar
2024-07-17 07:58:04 +01:00
committed by GitHub
parent d61c8905e3
commit 4e68b0b208
@@ -561,6 +561,7 @@
light_power = 1
light_color = COLOR_LIGHT_ORANGE
embed_type = null
can_hit_turfs = TRUE
/obj/projectile/bullet/mining_bomb/Initialize(mapload)
. = ..()