Fix indentation. Fucking VS Code. Thanks Ex <3

This commit is contained in:
Rykka
2020-01-15 15:41:10 -07:00
parent c2ed525688
commit dbdbc41a67
2 changed files with 45 additions and 45 deletions
@@ -1,9 +1,9 @@
/datum/ai_holder/simple_mob/melee/pack_mob
cooperative = TRUE
call_distance = 28 // pack mobs should be able to communicate quite a ways - we can assume by howls/etc
can_flee = TRUE
flee_when_dying = TRUE // animals know to run when wounded/overmatched
flee_when_outmatched = TRUE // animals know to run when wounded/overmatched
cooperative = TRUE
call_distance = 28 // pack mobs should be able to communicate quite a ways - we can assume by howls/etc
can_flee = TRUE
flee_when_dying = TRUE // animals know to run when wounded/overmatched
flee_when_outmatched = TRUE // animals know to run when wounded/overmatched
/datum/ai_holder/simple_mob/melee/pack_mob/post_melee_attack(atom/A)
if(holder.Adjacent(A))