From 04cb9cecb47a2ddef02f71ce3ddc6c0605f9f562 Mon Sep 17 00:00:00 2001 From: BadM0dder <109397107+BadM0dder@users.noreply.github.com> Date: Tue, 18 Mar 2025 20:44:25 -0400 Subject: [PATCH] Make FlakWall's Work Again Holy shit Reecore's weapons Dont need WC tracer enabled but TIO mod weapons do aaaaa --- .../Flak MachineGuns LightCannons/GoalieAmmotypes.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Weapon Mods/TIOStarcore/Data/Scripts/CoreParts/Flak MachineGuns LightCannons/GoalieAmmotypes.cs b/Weapon Mods/TIOStarcore/Data/Scripts/CoreParts/Flak MachineGuns LightCannons/GoalieAmmotypes.cs index aa44fa4c4..09734263e 100644 --- a/Weapon Mods/TIOStarcore/Data/Scripts/CoreParts/Flak MachineGuns LightCannons/GoalieAmmotypes.cs +++ b/Weapon Mods/TIOStarcore/Data/Scripts/CoreParts/Flak MachineGuns LightCannons/GoalieAmmotypes.cs @@ -239,7 +239,7 @@ partial class Parts WidthVariance = Random(start: 0f, end: 0f), // adds random value to default width (negatives shrinks width) Tracer = new TracerBaseDef { - Enable = false, //doesn't need to be true I think. thanks darth for the tip. + Enable = true, //doesn't need to be true I think. thanks darth for the tip. Length = 10f, // Width = 1f, // Color = Color(red: 0f, green: 0f, blue: 0f, alpha: 0f), // RBG 255 is Neon Glowing, 100 is Quite Bright. @@ -489,7 +489,7 @@ partial class Parts WidthVariance = Random(start: 0f, end: 0f), // adds random value to default width (negatives shrinks width) Tracer = new TracerBaseDef { - Enable = false, + Enable = true, Length = 10f, // Width = 1f, // Color = Color(red: 0f, green: 0f, blue: 0f, alpha: 0f), // RBG 255 is Neon Glowing, 100 is Quite Bright. @@ -723,7 +723,7 @@ partial class Parts WidthVariance = Random(start: 0f, end: 0f), // adds random value to default width (negatives shrinks width) Tracer = new TracerBaseDef { - Enable = false, + Enable = true, Length = 10f, // Width = 1f, // Color = Color(red: 0f, green: 0f, blue: 0f, alpha: 0f), // RBG 255 is Neon Glowing, 100 is Quite Bright. @@ -971,7 +971,7 @@ partial class Parts WidthVariance = Random(start: 0f, end: 0f), // adds random value to default width (negatives shrinks width) Tracer = new TracerBaseDef { - Enable = false, + Enable = true, Length = 10f, // Width = 1f, // Color = Color(red: 0f, green: 0f, blue: 0f, alpha: 0f), // RBG 255 is Neon Glowing, 100 is Quite Bright. @@ -1163,7 +1163,7 @@ partial class Parts WidthVariance = Random(start: 0f, end: 0f), // adds random value to default width (negatives shrinks width) Tracer = new TracerBaseDef { - Enable = false, + Enable = true, Length = 0.001f, // Width = 1f, // Color = Color(red: 1f, green: 1f, blue: 0f, alpha: 0f), // RBG 255 is Neon Glowing, 100 is Quite Bright.