Skip to content

Commit

Permalink
Remove accidently added dependency on VEF
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvd committed May 27, 2023
1 parent aaafac6 commit f9ea39d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified 1.4/Assemblies/HospitalityCasino.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion About/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion Source/HospitalityCasino/RouletteJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected override void ModifyPlayToil(Toil toil)
{
VendingMachineJobHelper.InsertCoin(toil.GetActor(), base.TargetA.Thing);
};
toil.WithEffect((Func<EffecterDef>) (() => VanillaFurnitureEC.EffecterDefOf.Joy_HoldChips), (Func<LocalTargetInfo>) (() => (LocalTargetInfo) this.TargetA.Thing.OccupiedRect().ClosestCellTo(this.pawn.Position)));
toil.WithEffect((Func<EffecterDef>) (() => DefDatabase<EffecterDef>.GetNamed("Joy_HoldChips")), (Func<LocalTargetInfo>) (() => (LocalTargetInfo) this.TargetA.Thing.OccupiedRect().ClosestCellTo(this.pawn.Position)));

}
}
Expand Down

0 comments on commit f9ea39d

Please sign in to comment.