Skip to content

Commit ce5ea78

Browse files
default search radius setting changed from 1 to 10
1 parent 22e7eac commit ce5ea78

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Assemblies/CM_No_Pawn_Left_Behind.dll

0 Bytes
Binary file not shown.

Source/CM_No_Pawn_Left_Behind/RescueModSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class RescueModSettings : ModSettings
1212
public float rescueChance = 1.0f;
1313

1414
public bool searchRadiusOverride = false;
15-
public float searchRadius = 1.0f;
15+
public float searchRadius = 10.0f;
1616

1717
public override void ExposeData()
1818
{

0 commit comments

Comments
 (0)