Skip to content

Commit

Permalink
1.3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alextd committed Sep 5, 2021
1 parent 9e83ae8 commit 79c84f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JobDriver_GearUpAndGo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected override IEnumerable<Toil> MakeNewToils()
else
pawn.jobs.StartJob(job, JobCondition.Succeeded);

MoteMaker.MakeStaticMote(intVec, pawn.Map, ThingDefOf.Mote_FeedbackGoto, 1f);
FleckMaker.Static(intVec, pawn.Map, FleckDefOf.FeedbackGoto);
}
//Queue up the Gear job, then do another Gear+Go job
else
Expand Down

0 comments on commit 79c84f4

Please sign in to comment.