Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Commit

Permalink
Message has GlobalTargetInfo now
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Jan 6, 2017
1 parent 97b456e commit df72d8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Assemblies/Infused.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Comp/CompInfusion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private void throwMote()
msg.Append( parent.Stuff.LabelAsStuff + " " );
}
msg.Append( parent.def.label );
Messages.Message( ResourceBank.StringInfusionMessage.Translate( msg ), MessageSound.Silent );
Messages.Message( ResourceBank.StringInfusionMessage.Translate( msg ), new RimWorld.Planet.GlobalTargetInfo(parent), MessageSound.Silent );
InfusionSound.PlayOneShotOnCamera();

MoteMaker.ThrowText( parent.Position.ToVector3Shifted(), this.parent.Map, ResourceBank.StringInfused,
Expand Down

0 comments on commit df72d8d

Please sign in to comment.