aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-03 17:03:03 +0000
committerGitHub <noreply@github.com>2022-01-03 17:03:03 +0000
commit4e011f61d4c0350705f914891b69b49de5b8fffc (patch)
tree9037eb421c881fd7a7e4bb023f66b29d6ff3d98b
parent9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff)
parent36727ff3355bb8c1fa3b8e48f222a8ee21c3b156 (diff)
downloadNorthstarMods-4e011f61d4c0350705f914891b69b49de5b8fffc.tar.gz
NorthstarMods-4e011f61d4c0350705f914891b69b49de5b8fffc.zip
Merge pull request #57 from x3Karma/patch-1
Update _ai_mp.gnut
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut4
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut
index 87e3650fc..1102aae1c 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut
@@ -13,7 +13,7 @@ void function MpInitAILoadouts()
void function SetProficiency( entity npc )
{
// unsure what the logic for deciding this should be so just going to default good
- npc.kv.WeaponProfiency = eWeaponProficiency.VERYGOOD
+ npc.kv.WeaponProficiency = eWeaponProficiency.VERYGOOD
}
void function SPMP_UpdateNPCProficiency( entity npc )
@@ -66,4 +66,4 @@ bool function SPMP_Callback_ForceAIMissPlayer( entity npc, entity player )
}
return false
-} \ No newline at end of file
+}