Skip to content

Commit

Permalink
Adjust greeting delay from 9-12 min down to 4-7 min.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.thedarkmod.com/svn/darkmod_src/trunk@5807 49c82d7f-2e2a-0410-a16f-ae8f201b507f
  • Loading branch information
grayman committed Jun 9, 2013
1 parent 0870095 commit 89ae10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/ai/Memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ const char* const AlertStateNames[EAlertStateNum] =
// grayman #2603 - how long to wait until barking again about a light that's out
#define REBARK_DELAY 15000

const int MINIMUM_TIME_BETWEEN_GREETING_SAME_ACTOR = 8*60; // grayman #3415 - 8 minutes
const int EXTRA_DELAY_BETWEEN_GREETING_SAME_ACTOR = 4*60; // grayman #3415 - random 0->4 min added to base 8 minutes
const int MINIMUM_TIME_BETWEEN_GREETING_SAME_ACTOR = 4*60; // grayman #3415 - 4 minutes
const int EXTRA_DELAY_BETWEEN_GREETING_SAME_ACTOR = 3*60; // grayman #3415 - random 0->3 min added to base minutes

/**
* greebo: This class acts as container for all kinds of state variables.
Expand Down

0 comments on commit 89ae10e

Please sign in to comment.