Skip to content

Commit

Permalink
Updated Vanilla Christmas Expanded compat (#503)
Browse files Browse the repository at this point in the history
The mod is one new update every single day until the 24th, so there may be a few more (depending on what's added in those). As it turns out, the feature for the 12th (snow spewer) has a gizmo that needed patching or else will cause desyncs.
  • Loading branch information
SokyranTheDragon authored Dec 13, 2024
1 parent 0eb9cad commit 1dba951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Mods/VanillaChristmasExpanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public VanillaChristmasExpanded(ModContentPack mod)

// Change graphic
MpCompat.RegisterLambdaMethod("VanillaChristmasExpanded.GrandFestiveTree", nameof(Building.GetGizmos), 0);
// Deactivate (0)/activate (1) the snow spewer.
MpCompat.RegisterLambdaMethod("VanillaChristmasExpanded.CompSnowSpewer", nameof(Building.GetGizmos), 0, 1);
}

private static void LatePatch()
Expand Down

0 comments on commit 1dba951

Please sign in to comment.