Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Killface1980 committed Aug 14, 2016
1 parent 0c21c5f commit eee8022
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 8 newly defined skin colors instead of the vanilla 6.
- hair genetics according to real life. No more unrealistic hair colors.
- 27 different beards
- new eyes for both sexes
- Added vanilla hair styles with 10 steps of hair loss.
- Hair is merged on the head graphic, thus visible with worn hats.
- Only gays have the possibility to chose the other sex's hair style
Expand Down
Binary file modified Assemblies/RW_FacialStuff.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/RW_FacialStuff/ModInitializer .cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ModInitializer : ITab

public ModInitializer()
{
modInitializerControllerObject = new GameObject("BeardyFaces");
modInitializerControllerObject = new GameObject("Facial Stuff");
modInitializerControllerObject.AddComponent<ModInitializerBehaviour>();
Object.DontDestroyOnLoad(modInitializerControllerObject);
}
Expand Down

0 comments on commit eee8022

Please sign in to comment.