Skip to content

Commit

Permalink
Equipment tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
koisama committed Oct 17, 2015
1 parent 9a9d778 commit 4d86fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified Assemblies/RWNumbers.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Source/kNumbers/KListObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ private void DrawThing(Rect rect, Thing thing, Pawn selPawn)
Widgets.ThingIcon(new Rect(3f, 3f, 27f, 27f), thing);
}
GUI.EndGroup();
TooltipHandler.TipRegion(rect, new TipSignal(thing.LabelCap));
}


Expand Down

0 comments on commit 4d86fde

Please sign in to comment.