Merge pull request #3411 from Citadel-Station-13/upstream-merge-31714

[MIRROR] Fixes "permenant" and "permenantly" typos in code/comments.
This commit is contained in:
LetterJay
2017-10-16 07:06:37 -04:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
@@ -129,7 +129,7 @@ Difficulty: Hard
/mob/living/simple_animal/hostile/megafauna/hierophant/CanAttack(atom/the_target)
. = ..()
if(istype(the_target, /mob/living/simple_animal/hostile/asteroid/hivelordbrood)) //ignore temporary targets in favor of more permenant targets
if(istype(the_target, /mob/living/simple_animal/hostile/asteroid/hivelordbrood)) //ignore temporary targets in favor of more permanent targets
return FALSE
/mob/living/simple_animal/hostile/megafauna/hierophant/GiveTarget(new_target)