diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/lobstrosity.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/lobstrosity.dm index a6f78ac2e5d..670b2b9859c 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/lobstrosity.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/lobstrosity.dm @@ -35,6 +35,12 @@ footstep_type = FOOTSTEP_MOB_CLAW gold_core_spawnable = HOSTILE_SPAWN +/mob/living/simple_animal/hostile/asteroid/lobstrosity/ranged_secondary_attack(atom/target, modifiers) + if(COOLDOWN_FINISHED(src, charge_cooldown)) + INVOKE_ASYNC(src, /mob/living/simple_animal/hostile/.proc/enter_charge, target) + else + to_chat(src, "Your charge is still on cooldown!") + /mob/living/simple_animal/hostile/asteroid/lobstrosity/lava name = "tropical lobstrosity" desc = "A marvel of evolution gone wrong, the sulfur lakes of lavaland have given them a vibrant, red hued shell. Beware its charge."