Skip to content

Commit

Permalink
Merge pull request MartyX5555#104 from KemGus/autoloader-buff
Browse files Browse the repository at this point in the history
Allow AL guns to fire APFSDS
  • Loading branch information
MartyX5555 authored Oct 2, 2023
2 parents 4673d26 + 14ded83 commit e1c9fd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/acf/shared/rounds/roundapfsds.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

AddCSLuaFile()

ACF.AmmoBlacklist.APFSDS = { "AC", "SA","C","MG", "AL","HMG" ,"RAC", "SC","ATR" , "MO" , "RM", "SL", "GL", "HW", "SC", "BOMB" , "GBU", "ASM", "AAM", "SAM", "UAR", "POD", "FFAR", "ATGM", "ARTY", "ECM", "FGL"}
ACF.AmmoBlacklist.APFSDS = { "AC", "SA","C","MG", "HMG" ,"RAC", "SC","ATR" , "MO" , "RM", "SL", "GL", "HW", "SC", "BOMB" , "GBU", "ASM", "AAM", "SAM", "UAR", "POD", "FFAR", "ATGM", "ARTY", "ECM", "FGL"}

local Round = {}

Expand All @@ -14,7 +14,6 @@ Round.netid = 16 --Unique ammotype ID for network transmission
Round.Type = "APFSDS"

function Round.create( _, BulletData )

ACF_CreateBullet( BulletData )
end

Expand Down

0 comments on commit e1c9fd4

Please sign in to comment.