Skip to content

Commit de6fa33

Browse files
committed
hold on the active radiator shouldn't be LoS checking there
1 parent e6aa066 commit de6fa33

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Utility Mods/MoA Fusion Systems/Data/Scripts/ModularAssemblies/HeatParts/Definitions/HeatPartDefinitions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ public static bool HasDefinition(string subtypeId) =>
114114
if (!CheckGridIntersect(radiatorBlock, pos, Vector3I.Up))
115115
occlusionModifier += 1f / checkPositions.Length;
116116

117-
if (!CheckGridIntersect(radiatorBlock, Vector3I.Zero, Vector3I.Up))
118-
occlusionModifier += 1 / 2f;
119-
if (!CheckGridIntersect(radiatorBlock, Vector3I.Right, Vector3I.Up))
120-
occlusionModifier += 1 / 2f;
121-
122117
return occlusionModifier;
123118
}
124119
}

0 commit comments

Comments
 (0)