Skip to content

Commit

Permalink
added proper text for HF to Site Link (SeatOfPower) Parker147#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kromtec committed Jan 13, 2016
1 parent ad73c11 commit 7ec91e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LegendsViewer/Legends/Events/AddHFSiteLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public override string Print(bool link = true, DwarfObject pov = null)
case SiteLinkType.Hangout:
eventString += " ruled from ";
break;
case SiteLinkType.SeatOfPower:
eventString += " started working from ";
break;
default:
eventString += " UNKNOWN LINKTYPE (" + LinkType + ") ";
break;
Expand Down
3 changes: 3 additions & 0 deletions LegendsViewer/Legends/Events/RemoveHFSiteLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ public override string Print(bool link = true, DwarfObject pov = null)
case SiteLinkType.Hangout:
eventString += " stopped ruling from ";
break;
case SiteLinkType.SeatOfPower:
eventString += " stopped working from ";
break;
default:
eventString += " UNKNOWN LINKTYPE (" + LinkType + ") ";
break;
Expand Down

0 comments on commit 7ec91e0

Please sign in to comment.