This commit is contained in:
Qwertytoforty
2024-01-06 16:49:43 -05:00
committed by GitHub
parent 83ec42e81a
commit b10dd15a2f
@@ -256,6 +256,8 @@ Difficulty: Hard
/mob/living/simple_animal/hostile/megafauna/ancient_robot/proc/charge(atom/chargeat = target, delay = 5, chargepast = 2)
if(!chargeat)
return
if(chargeat.z != z)
return
if(mode == BLUESPACE || (enraged && prob(13)))
new /obj/effect/temp_visual/bsg_kaboom(get_turf(src))
src.visible_message("<span class='danger'>[src] teleports somewhere nearby!</span>")