mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user