Slay the Spire

Slay the Spire

The Disciple
Imakunee Jan 12, 2019 @ 10:19am
ClockAndLoad Crash/Bug With The Servant
Clock and Load "Switches" into Fast Forward which shares a name with The Servant's card "Fast Forward". Using the console to add Fast Forward to my deck gives The Servant's version and I cannot find Clock and Load in the list for "deck add". Trying to play Clock and Load in a game casues an immediate crash. Perhaps consider renaming the cards on the background side to "TheDisciple:ClockAndLoad" or somesuch?

java.lang.NullPointerException: null
at com.megacrit.cardcrawl.cards.AbstractCard.initializeDescription(AbstractCard.java:452) ~[?:?]
at chronomuncher.cards.AbstractSelfSwitchCard.switchTo(AbstractSelfSwitchCard.java:241) ~[TheDisciple.jar:?]
at chronomuncher.cards.AbstractSelfSwitchCard.switchCardInDeck(AbstractSelfSwitchCard.java:341) ~[TheDisciple.jar:?]
at chronomuncher.actions.SwitchAction.update(SwitchAction.java:38) ~[TheDisciple.jar:?]
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:155) ~[?:?]
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:280) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2604) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
Last edited by Imakunee; Jan 12, 2019 @ 10:20am