Skip to content

Commit

Permalink
Season change - winter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maupishon committed Dec 28, 2024
1 parent bd59e56 commit cf1fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Nelderim/Items/Artifacts/Artefakty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static Rolls GetRollsFor(BaseCreature creature)
class ArtifactHelper
{
// TUTAJ PODMIENIAC SEZONY ARTEFAKTOW lato/jesien/zima/wiosna:
private static ArtSeason currentSeason = ArtSeason.Autumn;
private static ArtSeason currentSeason = ArtSeason.Winter;

#region Lista_artefaktow_Doom

Expand Down

0 comments on commit cf1fb27

Please sign in to comment.