From 243ef412d9abb609ec1ad6ed296056c6c7c3a063 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 22 Dec 2014 21:03:32 +0000 Subject: Wingmen will try to repair their ship if the leader has a carrier and health drops below 25%. --- src/game/base/npc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/npc.h') diff --git a/src/game/base/npc.h b/src/game/base/npc.h index 411f807..4469517 100644 --- a/src/game/base/npc.h +++ b/src/game/base/npc.h @@ -114,6 +114,8 @@ private: unsigned long npc_destroyed_timestamp; + unsigned long npc_repair_timestamp; + float npc_weapon_range; core::Player *npc_commander; -- cgit v1.2.3