From 5aa31b0e7f1a5fa242457d5522e097cbd13f32d3 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 12 Apr 2018 21:27:57 +0200 Subject: Bring spider AI back. --- src/game/unit_spider.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/unit_spider.cpp') diff --git a/src/game/unit_spider.cpp b/src/game/unit_spider.cpp index 728e42e..0eea8eb 100644 --- a/src/game/unit_spider.cpp +++ b/src/game/unit_spider.cpp @@ -66,8 +66,6 @@ void unit_spider_t::target_and_attack(void) void unit_spider_t::on_think(void) { - return; - target_and_attack(); keep_moving(4.0); -- cgit