aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoyalBlue1 <realEmail@veryRealURL.com>2023-01-17 03:13:20 +0100
committerRoyalBlue1 <realEmail@veryRealURL.com>2023-01-17 03:13:20 +0100
commit7ba6b053f093554df663d05ce06b9655186d1e08 (patch)
treeab6ecdb2a3f5352a122945b1c393e2c1b5bf6751
parentbb8671eefc562fa76e13559915ae1ad493d06802 (diff)
downloadNorthstarMods-7ba6b053f093554df663d05ce06b9655186d1e08.tar.gz
NorthstarMods-7ba6b053f093554df663d05ce06b9655186d1e08.zip
Fix missing struct values from merge
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/_harvester.gnut4
1 files changed, 3 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/_harvester.gnut b/Northstar.CustomServers/mod/scripts/vscripts/_harvester.gnut
index 4e381031..da4e50f5 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/_harvester.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/_harvester.gnut
@@ -9,7 +9,9 @@ global struct HarvesterStruct {
entity rings
float lastDamage
bool shieldBoost
-
+ bool harvesterShieldDown
+ float harvesterDamageTaken
+ bool havesterWasDamaged
}
HarvesterStruct function SpawnHarvester( vector origin, vector angles, int health, int shieldHealth, int team )