diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 4d64c909d89a..02226d93aa24 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -1151,6 +1151,9 @@ var/turf/T = get_turf(target) if(!T || timer > world.time) return + if(!is_mining_level(T.z)) + to_chat(user, "The club fizzles weakly, it seem its power doesn't reach this area." ) + return calculate_anger_mod(user) timer = world.time + CLICK_CD_MELEE //by default, melee attacks only cause melee blasts, and have an accordingly short cooldown if(proximity_flag)