Fixes earthcracker not getting spent on mining z levels (#96533)

## About The Pull Request

Closes #96531

## Changelog
🆑
fix: Fixed earthcracker not getting spent on mining z levels
/🆑
This commit is contained in:
SmArtKar
2026-06-17 05:43:59 +02:00
committed by GitHub
parent ec53f9495c
commit 7e0fba028f
@@ -134,7 +134,7 @@
/// Cleanup after an earthcracker is activated either for sabotage or mining.
/obj/item/earthcracker/proc/handle_after_activation(turf/cracked_hull)
do_sparks(2, FALSE, src)
cracked_hull.levelupdate()
cracked_hull?.levelupdate()
status = EARTHCRACKER_SPENT
update_appearance(UPDATE_ICON)