v3.0.0: fixed rat king's desc not being dynamic in landmarks

This commit is contained in:
Evan Debenham
2025-01-23 15:42:14 -05:00
parent 72ace4130a
commit 4d98778093

View File

@@ -240,7 +240,7 @@ public class Notes {
case STATUE: return Messages.get(Statue.class, "desc");
case GHOST: return Messages.get(Ghost.class, "desc");
case RAT_KING: return Messages.get(RatKing.class, "desc");
case RAT_KING: return new RatKing().description(); //variable description based on holiday/run state
case WANDMAKER: return Messages.get(Wandmaker.class, "desc");
case TROLL: return Messages.get(Blacksmith.class, "desc");
case IMP: return Messages.get(Imp.class, "desc");