Skip to content

Commit

Permalink
Added the "None" to AI to give NPC a dummy state
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmas001 committed Sep 2, 2010
1 parent 8b2942f commit effdc8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public enum AIType
AI_Mage,
AI_Berserk,
AI_Predator,
AI_Thief
AI_Thief,
AI_None
}

public enum ActionType
Expand Down

0 comments on commit effdc8c

Please sign in to comment.