mirror of
https://github.com/IkarusHD/ICF-3.git
synced 2025-03-04 03:03:12 -05:00
corrected link distances
This commit is contained in:
parent
aa035674be
commit
e8653d415e
@ -25,8 +25,8 @@ do -- ACF global vars
|
||||
ACF.WorkshopContent = true -- Enable workshop content download for clients
|
||||
ACF.WorkshopExtras = false -- Enable extra workshop content download for clients
|
||||
ACF.SmokeWind = 5 + math.random() * 35 --affects the ability of smoke to be used for screening effect
|
||||
ACF.MobilityLinkDistance = 625 -- Maximum distance, in inches, at which mobility-related components will remain linked with each other
|
||||
ACF.LinkDistance = 625 -- Maximum distance, in inches, at which components will remain linked with each other
|
||||
ACF.MobilityLinkDistance = 650 -- Maximum distance, in inches, at which mobility-related components will remain linked with each other
|
||||
ACF.LinkDistance = 650 -- Maximum distance, in inches, at which components will remain linked with each other
|
||||
ACF.MinimumArmor = 1 -- Minimum possible armor that can be given to an entity
|
||||
ACF.MaximumArmor = 5000 -- Maximum possible armor that can be given to an entity
|
||||
ACF.KillIconColor = Color(200, 200, 48)
|
||||
|
Loading…
Reference in New Issue
Block a user