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