From 84766a7d49d3c1e233e13191c86d4ada2bbe2ddc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 20 Apr 2018 14:18:16 +0200 Subject: Refactor and improve the hivemind + better AI debugging. --- src/game/unit_soldier.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/unit_soldier.cpp') diff --git a/src/game/unit_soldier.cpp b/src/game/unit_soldier.cpp index 2131493..a10e014 100644 --- a/src/game/unit_soldier.cpp +++ b/src/game/unit_soldier.cpp @@ -131,6 +131,8 @@ void unit_soldier_t::fire_shotgun(v2f_t aim) flash->place(&game->world); last_attack = game->now; assets::soldier.fire.play_3d(x); + + game->hivemind_alert(x, 14.0f, true, x); } -- cgit