mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
update for 1.3
This commit is contained in:
parent
fdb7dbfc86
commit
bc23c0d62f
6 changed files with 6 additions and 5 deletions
|
@ -18,7 +18,8 @@ namespace RJW_Events
|
|||
}
|
||||
protected override bool TryFindGatherSpot(Pawn organizer, out IntVec3 spot)
|
||||
{
|
||||
return RCellFinder.TryFindGatheringSpot_NewTemp(organizer, this.def, false, out spot);
|
||||
|
||||
return RCellFinder.TryFindGatheringSpot(organizer, this.def, false, out spot);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue