Merge pull request #229 from improvedname/Miner-nerf

Miner balance
This commit is contained in:
Dahlular
2020-03-22 20:32:00 -06:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -125,6 +125,8 @@ Difficulty: Very Hard
if(H.mind)
if(H.mind.martial_art && prob(H.mind.martial_art.deflection_chance))
. = TRUE
if (is_species(H, /datum/species/golem/sand))
. = TRUE
/mob/living/simple_animal/hostile/megafauna/colossus/proc/alternating_dir_shots()
dir_shots(GLOB.diagonals)