mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
oops (#23631)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user