Skip to content

Commit

Permalink
Last second tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedwards committed Aug 3, 2016
1 parent bbcb095 commit 14a54ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CoCEd/CoCEd.DataRevampMod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,7 @@

<!-- The following flags are used solely by CoC-Revamp-Mod. -->
<Flag ID="1300" Name="BENOIT_EYES_TALK_UNLOCKED"/>
<Flag ID="1301" Name="BENOIT_BASIL_EYES_GRANTED"/> // Counter to keep track, how often you gained them
<Flag ID="1301" Name="BENOIT_BASIL_EYES_GRANTED" Description="Counter to track how often you've gained them."/>
<!-- CAUTION: ID gap here. -->
<Flag ID="2001" Name="TIMES_ORGASMED"/>
<Flag ID="2002" Name="CORRUPTED_MARAE_KILLED"/>
Expand Down
2 changes: 1 addition & 1 deletion CoCEd/View/BodyPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<StackPanel Grid.Column="1" Grid.Row="1" Orientation="Vertical">
<Border Style="{StaticResource HeaderBorder}">
<TextBlock Text="Upper Body" Style="{StaticResource Header}"/>
<TextBlock Text="Body" Style="{StaticResource Header}"/>
</Border>
<common:AutoGrid>
<TextBlock Text="Height"/>
Expand Down

0 comments on commit 14a54ab

Please sign in to comment.