Skip to content

Commit

Permalink
Merge pull request #71 from RimNauts/main
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
sindre0830 authored Aug 3, 2023
2 parents f03ac71 + e342b3c commit 89d3967
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Assemblies/RimNauts2.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Changelog
- Change vacuum sealed glass floor walk speed from 24% to 100%
1 change: 0 additions & 1 deletion Defs/TerrainDefs/Vacuum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<texturePath>Terrain/Surfaces/RimNauts2_Vacuum</texturePath>
<edgeType>Hard</edgeType>
<renderPrecedence>20</renderPrecedence>
<pathCost>42</pathCost>
<changeable>true</changeable>
<statBases>
<WorkToBuild>300</WorkToBuild>
Expand Down
2 changes: 1 addition & 1 deletion Source/RimNauts2/RimNauts2/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RimNauts2 {
public static class Info {
public static readonly string name = "RimNauts 2";
public static readonly string version = "4.21.0";
public static readonly string version = "4.22.0";
}

public static class Style {
Expand Down

0 comments on commit 89d3967

Please sign in to comment.