You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: InscryptionAPI/Ascension/ChallengeManager.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public class FullChallenge
40
40
/// A function that needs to return true for the challenge to be unlocked. Optional. If this isn't set, this check will be bypassed. The int argument is the current Kaycee's Mod challenge level.
41
41
/// </summary>
42
42
publicFunc<int,bool>CustomUnlockCheck{get;set;}
43
-
43
+
44
44
/// <summary>
45
45
/// If true, this challenge's icon(s) will occupy the entire column like the Final Boss challenge icon, and be ordered to the right of regular challenges.
Copy file name to clipboardExpand all lines: InscryptionAPI/Card/AbilityManager.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public class FullAbility
36
36
/// The unique ID for this ability
37
37
/// </summary>
38
38
publicreadonlyAbilityId;
39
-
39
+
40
40
/// <summary>
41
41
/// The guid of the mod that added this ability
42
42
/// </summary>
@@ -74,7 +74,7 @@ public class FullAbility
74
74
/// Tuple.Item3 (string): the id that the API will match against to find the redirect page. Eg, for ability redirects this will be the Ability id as a string.
0 commit comments