Skip to content

Commit

Permalink
Added support for another breech from MGP
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestionableM committed Oct 1, 2022
1 parent b1c52dd commit 0323452
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scripts/Cannons_Pack_libs/Databases/CannonSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
local port_cp_shell_ejector = "5164495e-b681-4647-b622-031317e6f6b4" --Shell ejector from Cannons Pack
local port_mgp_breech01 = "3d410289-0079-4989-ba21-b211562147d5" --Breech from Machine Guns Pack
local port_mgp_breech02 = "379449f7-27ca-4aea-b723-f841406bbacc" --Breech from Machine Guns Pack
local port_mgp_breech03 = "54b7c549-4b12-4be1-b73d-4d62db371394"
local port_mgp_breech03 = "54b7c549-4b12-4be1-b73d-4d62db371394" --Breech from Machine Guns Pack
local port_mgp_breech04 = "85de2428-d5ff-4a20-b2a0-408070b01b05" --Breech from Machine Guns Pack

local port_whitelist_normal =
{
[port_cp_shell_ejector] = true,
[port_mgp_breech01] = true,
[port_mgp_breech02] = true,
[port_mgp_breech03] = true
[port_mgp_breech03] = true,
[port_mgp_breech04] = true
}

local cannon_settings = {
Expand Down

0 comments on commit 0323452

Please sign in to comment.