Skip to content

Commit

Permalink
Fix wrongly named item desc in fixings
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 25, 2023
1 parent 442b15c commit dba7b15
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ module coavinsfirearms {
Base
}

fixing Fix PistolReceiver Welding
fixing Fix PistolReceiver_45acp Welding
{
Require : PistolReceiver,
Require : PistolReceiver_45acp,
GlobalItem : BlowTorch=2,
ConditionModifier : 1.2,

Fixer : SmallSheetMetal; MetalWelding=3,
Fixer : ScrapMetal; MetalWelding=1,
}

fixing Fix PistolReceiver
fixing Fix PistolReceiver_45acp
{
Require : PistolReceiver,
Require : PistolReceiver_45acp,
ConditionModifier : 1,

Fixer : DuctTape=2; Aiming=4,
Fixer : Scotchtape=3; Aiming=2,
}

fixing Fix PistolSlide Welding
fixing Fix PistolSlide_45acp Welding
{
Require : PistolSlide,
Require : PistolSlide_45acp,
GlobalItem : BlowTorch=2,
ConditionModifier : 1.2,

Fixer : SmallSheetMetal; MetalWelding=3,
Fixer : ScrapMetal; MetalWelding=1,
}

fixing Fix PistolBarrel Welding
fixing Fix PistolBarrel_45acp Welding
{
Require : PistolBarrel,
Require : PistolBarrel_45acp,
GlobalItem : BlowTorch=5,
ConditionModifier : 1.2,

Expand Down

0 comments on commit dba7b15

Please sign in to comment.