diff options
author | x3Karma <juliuslimck@gmail.com> | 2022-01-04 01:01:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 01:01:26 +0800 |
commit | 36727ff3355bb8c1fa3b8e48f222a8ee21c3b156 (patch) | |
tree | 9037eb421c881fd7a7e4bb023f66b29d6ff3d98b | |
parent | 9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff) | |
download | NorthstarMods-36727ff3355bb8c1fa3b8e48f222a8ee21c3b156.tar.gz NorthstarMods-36727ff3355bb8c1fa3b8e48f222a8ee21c3b156.zip |
Update _ai_mp.gnut
minor spelling mistake
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/mp/_ai_mp.gnut | 4 |
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 87e3650f..1102aae1 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 +} |