Skip to content

Commit

Permalink
Merge pull request #78 from RimNauts/main
Browse files Browse the repository at this point in the history
Patch
  • Loading branch information
sindre0830 committed Feb 9, 2024
2 parents 78a5c14 + 6631c5c commit 1ab6a62
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Binary file modified Assemblies/RimNauts2.dll
Binary file not shown.
5 changes: 1 addition & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# Changelog
- Add VFE patch to allow fishing zones on ocean moon
- Rename 'Satellite' to 'Relay Satellite' for a future update.
- Meteor events can no longer trigger in space
- Add compatibility with the latest SOS2 EVA system
- Fixed translation formatting issue. Thanks to Proxyer for reporting this bug.
2 changes: 1 addition & 1 deletion Languages/English/Keyed/Other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<RimNauts.asteroid_command_desc>Initiate the landing sequence for your pawns on the asteroid.</RimNauts.asteroid_command_desc>
<RimNauts.moon_command_label>Land on Moon</RimNauts.moon_command_label>
<RimNauts.moon_command_desc>Command your pawns to land on the moon's surface.</RimNauts.moon_command_desc>
<RimNauts.transportpod_fail_message_fuel>{} fuel required, currently at {}</RimNauts.transportpod_fail_message_fuel>
<RimNauts.transportpod_fail_message_fuel>{0} fuel required, currently at {1}</RimNauts.transportpod_fail_message_fuel>
<RimNauts.transportpod_fail_message_launch>Failed to launch module into orbit.</RimNauts.transportpod_fail_message_launch>
<RimNauts.transportpod_success_message_launch>Successfully launched module into orbit.</RimNauts.transportpod_success_message_launch>
<RimNauts.transportpod_label>Launch {0}</RimNauts.transportpod_label>
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 = "5.1.1";
public static readonly string version = "5.1.2";
}

public static class Style {
Expand Down

0 comments on commit 1ab6a62

Please sign in to comment.