Tier 3 fabricators weren't meant to give you slot 8 ammo.
This commit is contained in:
parent
52da23ef46
commit
c9dbe5669f
3 changed files with 6 additions and 6 deletions
|
|
@ -316,11 +316,11 @@ Class FabricatorTier3 : AmmoFabricator
|
|||
Tag "$T_FABRICATOR3";
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Fabricator3.png";
|
||||
Inventory.PickupMessage "$T_FABRICATOR3";
|
||||
AmmoFabricator.Budget 100000;
|
||||
AmmoFabricator.Budget 60000;
|
||||
AmmoFabricator.PerType 2;
|
||||
AmmoFabricator.MaxUnits 4;
|
||||
AmmoFabricator.MaxTypes 3;
|
||||
AmmoFabricator.MaxUnitPrice 80000;
|
||||
AmmoFabricator.MaxUnitPrice 50000;
|
||||
AmmoFabricator.ChanceFactor 4;
|
||||
AmmoFabricator.TextColor Font.CR_RED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue