aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod
diff options
context:
space:
mode:
authorx3Karma <juliuslimck@gmail.com>2022-01-04 01:01:26 +0800
committerGitHub <noreply@github.com>2022-01-04 01:01:26 +0800
commit36727ff3355bb8c1fa3b8e48f222a8ee21c3b156 (patch)
tree9037eb421c881fd7a7e4bb023f66b29d6ff3d98b /Northstar.CustomServers/mod
parent9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff)
downloadNorthstarMods-36727ff3355bb8c1fa3b8e48f222a8ee21c3b156.tar.gz
NorthstarMods-36727ff3355bb8c1fa3b8e48f222a8ee21c3b156.zip
Update _ai_mp.gnut
minor spelling mistake
Diffstat (limited to 'Northstar.CustomServers/mod')
-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
+}