From e72e7405b4b250a9c61f1820a313acba2800fa11 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 21 Apr 2018 17:41:32 +0200 Subject: Make scientists run faster. --- src/game/unit_scientist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/unit_scientist.cpp') 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) -- cgit