Skip to content

Commit

Permalink
urgent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Killface1980 committed Sep 13, 2016
1 parent 5176741 commit f1cd908
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Binary file modified Assemblies/RW_FacialStuff.dll
Binary file not shown.
7 changes: 7 additions & 0 deletions Languages/German/Keyed/FacialStuff_Keyed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>
<Settings.useMouth>Benutze Münder</Settings.useMouth>
<FaceStylerTitle>Face Styler</FaceStylerTitle>
<FacialStuffColorChangerButtonAccept>Check den neuen Style aus</FacialStuffColorChangerButtonAccept>
<FSStylizeFace>Bearbeite Aussehen des Kolonisten</FSStylizeFace>
</LanguageData>
2 changes: 1 addition & 1 deletion Source/RW_FacialStuff/FaceStyler/FaceStyler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace FaceStyling
{
abstract class FaceStyler : Building
class FaceStyler : Building
{

public override void SpawnSetup()
Expand Down
3 changes: 3 additions & 0 deletions Source/RW_FacialStuff/RW_FacialStuff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
<Content Include="..\..\Languages\English\Keyed\FacialStuff_Keyed.xml">
<Link>Languages\English\FacialStuff_Keyed.xml</Link>
</Content>
<Content Include="..\..\Languages\German\Keyed\FacialStuff_Keyed.xml">
<Link>Languages\German\FacialStuff_Keyed.xml</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down

0 comments on commit f1cd908

Please sign in to comment.