Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-12-22 21:03:32 +0000
committerStijn Buys <ingar@osirion.org>2014-12-22 21:03:32 +0000
commit243ef412d9abb609ec1ad6ed296056c6c7c3a063 (patch)
treed5d90df6c9a37e4c529573405a409f3252dcc9b6 /src/game/base/npc.h
parente7061d6fed8bdfc1828315eb8745cd919cb96bbc (diff)
Wingmen will try to repair their ship if the leader has a carrier and health drops below 25%.
Diffstat (limited to 'src/game/base/npc.h')
-rw-r--r--src/game/base/npc.h2
1 files changed, 2 insertions, 0 deletions
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;