Complete phase 47 romance pack on generic orientation and affinity hooks.
Vanilla catalogs stay without crushes; a content pack ships the overlay so later mods can reuse it.
This commit is contained in:
@@ -360,7 +360,8 @@ public sealed class School : IDisposable
|
||||
PresenceSystem.Enqueue(this, id);
|
||||
}
|
||||
|
||||
foreach (var id in TalkCircleSystem.Apply(this, gameMinutes))
|
||||
var talked = TalkCircleSystem.Apply(this, gameMinutes);
|
||||
foreach (var id in talked)
|
||||
{
|
||||
PresenceSystem.Enqueue(this, id);
|
||||
}
|
||||
@@ -376,6 +377,7 @@ public sealed class School : IDisposable
|
||||
PresenceSystem.DrainDecisions(this);
|
||||
LessonLearningSystem.Apply(this, gameMinutes);
|
||||
peopleChanged |= ApparelWear.Apply(this, gameMinutes, Clock.Time.AddMinutes(-gameMinutes));
|
||||
peopleChanged |= AffinitySystem.Apply(this, talked);
|
||||
}
|
||||
|
||||
return peopleChanged;
|
||||
|
||||
Reference in New Issue
Block a user