mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
Fix indentation. Fucking VS Code. Thanks Ex <3
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user