Skip to content

Commit

Permalink
Removes heralds shotgun BS
Browse files Browse the repository at this point in the history
  • Loading branch information
Salted-Zen committed Nov 1, 2023
1 parent 10c2c2c commit 63f121a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@
if(target)
H.original = target
H.fire(set_angle)
if(is_trishot)
shoot_projectile(marker, set_angle + 15, FALSE, FALSE)
shoot_projectile(marker, set_angle - 15, FALSE, FALSE)
//monke edit - removed heralds shotgun BS from his tri shot

/mob/living/simple_animal/hostile/asteroid/elite/herald/proc/herald_trishot(target)
ranged_cooldown = world.time + 30
Expand Down

0 comments on commit 63f121a

Please sign in to comment.