diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-03 17:03:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 17:03:03 +0000 |
commit | 4e011f61d4c0350705f914891b69b49de5b8fffc (patch) | |
tree | 9037eb421c881fd7a7e4bb023f66b29d6ff3d98b | |
parent | 9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff) | |
parent | 36727ff3355bb8c1fa3b8e48f222a8ee21c3b156 (diff) | |
download | NorthstarMods-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.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 +} |