mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
typo
This commit is contained in:
parent
6693f75695
commit
afde449a0f
4 changed files with 4 additions and 4 deletions
|
|
@ -173,7 +173,7 @@ public class Dungeon extends CommandObjectImpl {
|
|||
}
|
||||
}
|
||||
|
||||
// source don't have source, so image data can be initialized immediately
|
||||
// dungeon don't have source, so image data can be initialized immediately
|
||||
if (res != null) {
|
||||
res.setSourceObjectAndInitImage();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ public class RadiationEmblem extends Emblem {
|
|||
this.setImageFileName(""); // use default
|
||||
this.setImageNumber(foundInfo.getImageNumber());
|
||||
} else {
|
||||
// how-to fix: add emblem to the tokens-database TokenRepository->loadXmageTokens
|
||||
// how-to fix: add image to the tokens-database TokenRepository->loadXmageTokens
|
||||
throw new IllegalArgumentException("Wrong code usage: can't find xmage token info for: " + TokenRepository.XMAGE_IMAGE_NAME_RADIATION);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ public final class TheRingEmblem extends Emblem {
|
|||
this.setImageFileName(""); // use default
|
||||
this.setImageNumber(foundInfo.getImageNumber());
|
||||
} else {
|
||||
// how-to fix: add emblem to the tokens-database TokenRepository->loadXmageTokens
|
||||
// how-to fix: add image to the tokens-database TokenRepository->loadXmageTokens
|
||||
throw new IllegalArgumentException("Wrong code usage: can't find xmage token info for: " + TokenRepository.XMAGE_IMAGE_NAME_THE_RING);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ public class XmageHelperEmblem extends Emblem {
|
|||
this.setImageFileName(""); // use default
|
||||
this.setImageNumber(foundInfo.getImageNumber());
|
||||
} else {
|
||||
// how-to fix: add emblem to the tokens-database TokenRepository->loadXmageTokens
|
||||
// how-to fix: add image to the tokens-database TokenRepository->loadXmageTokens
|
||||
throw new IllegalArgumentException("Wrong code usage: can't find xmage token info for: " + TokenRepository.XMAGE_IMAGE_NAME_HELPER_EMBLEM);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue