diff options
author | Masterliberty <94194459+Masterliberty@users.noreply.github.com> | 2023-07-16 17:08:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 23:08:43 +0200 |
commit | 4c5cd0bf73b4672b0a5682aa2039fa16d7341893 (patch) | |
tree | c9ac4283929489af49f09a1a8f485888c9e6300d /Northstar.Custom/mod.json | |
parent | 6cd9b2312bca0f4568c47568962a0601f36c8fd7 (diff) | |
download | NorthstarMods-4c5cd0bf73b4672b0a5682aa2039fa16d7341893.tar.gz NorthstarMods-4c5cd0bf73b4672b0a5682aa2039fa16d7341893.zip |
Add Arc cannon (#600)v1.17.0-rc1
Adds the Arc Cannon from Titanfall1
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index ca33fa22..5fcdb0fd 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -39,6 +39,10 @@ "RunOn": "( CLIENT || SERVER ) && MP" }, { + "Path": "weapons/mp_titanweapon_arc_cannon.nut", + "RunOn": "( CLIENT || SERVER ) && MP" + }, + { "Path": "gamemodes/sh_gamemode_chamber.nut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientCallback": { |