Skip to content

Commit

Permalink
Reduce default max armor from 5000 to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed May 8, 2024
1 parent eb11665 commit 8d5cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/persisted_vars/vars_sv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ACF.PersistServerData("RequireFuel", true)
ACF.PersistServerData("HealthFactor", 1)
ACF.PersistServerData("ArmorFactor", 1)
ACF.PersistServerData("FuelFactor", 1)
ACF.PersistServerData("MaxThickness", ACF.MaximumArmor)
ACF.PersistServerData("MaxThickness", 300)
ACF.PersistServerData("HEPush", true)
ACF.PersistServerData("KEPush", true)
ACF.PersistServerData("RecoilPush", true)
Expand Down

0 comments on commit 8d5cd62

Please sign in to comment.