diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/unit_scientist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/unit_scientist.cpp b/src/game/unit_scientist.cpp index 36be1d5..a432241 100644 --- a/src/game/unit_scientist.cpp +++ b/src/game/unit_scientist.cpp @@ -53,7 +53,7 @@ unit_scientist_t::unit_scientist_t(game::state_t *game) : unit_t(game, UNIT_SCIE void unit_scientist_t::on_think(void) { - keep_moving(2.0); + keep_moving(4.0); game->wake_area(x); if (!move.moving) |