Skip to content

Commit

Permalink
DESTROYED the Br*tish
Browse files Browse the repository at this point in the history
British spelling is a SIN and is to be EXPUNGED

Also removes the ancient message about parenting from the weapons menu (everything can and generally should be parented nowadays)
  • Loading branch information
thecraftianman committed Apr 25, 2024
1 parent 8286be6 commit e0c0210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/acf/entities/acf_chairs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local function HandleACFPodAnimation( _, player )
return player:LookupSequence("drive_pd")
end

local Category = "Armoured Combat Framework"
local Category = "Armored Combat Framework"

list.Set( "Vehicles", "acf_pod", {
Name = "Standard Driver Pod",
Expand Down
2 changes: 1 addition & 1 deletion lua/acf/menu/items_cl/weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local ACF = ACF
local Weapons = ACF.Classes.Weapons
local ModelData = ACF.ModelData
local NameText = "%smm %s"
local EntText = "Mass : %s\nFirerate : %s rpm\nSpread : %s degrees%s\n\nThis entity can be fully parented."
local EntText = "Mass : %s\nFirerate : %s rpm\nSpread : %s degrees%s"
local MagText = "\nRounds : %s rounds\nReload : %s seconds"
local Current = {}
local CreateControl, IsScalable
Expand Down

0 comments on commit e0c0210

Please sign in to comment.