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:
@@ -132,6 +132,12 @@ internal static class PackPaths
|
||||
case "topics":
|
||||
kind = DefKind.Topic;
|
||||
return true;
|
||||
case "orientations":
|
||||
kind = DefKind.Orientation;
|
||||
return true;
|
||||
case "affinity":
|
||||
kind = DefKind.AffinityRules;
|
||||
return true;
|
||||
default:
|
||||
kind = default;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user