Skip to content

Commit 5bc3a4d

Browse files
committed
Commented out PowerLevel log for CardInfo due to NRE for some reason
1 parent 084d041 commit 5bc3a4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Utils/CardUtils.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public static void PrintCardInfo(CardInfo info)
102102
Plugin.Log.LogInfo($"IceCubeParams = [{info.iceCubeParams.creatureWithin.name}]");
103103
Plugin.Log.LogInfo($"SpecialStatIcon [{info.specialStatIcon}]");
104104
Plugin.Log.LogInfo($"One per deck? [{info.onePerDeck}]");
105-
Plugin.Log.LogInfo($"Power Level [{info.PowerLevel}]");
105+
// TODO: possible to get an NRE if the power level is not set?
106+
// Plugin.Log.LogInfo($"Power Level [{info.PowerLevel}]");
106107
PrintList("Abilities", info.Abilities);
107108
PrintList("Special Abilities", info.SpecialAbilities);
108109
PrintList("Appearance Behavior", info.appearanceBehaviour);

0 commit comments

Comments
 (0)