mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Remove obsolete GameEvent (#6736)
This commit is contained in:
@@ -207,10 +207,9 @@ public class FCardImageRenderer {
|
||||
final String leftText = needTranslation ? CardTranslation.getTranslatedOracle(leftState) : leftState.getOracleText();
|
||||
final CardStateView rightState = card.getRightSplitState();
|
||||
String rightText = needTranslation ? CardTranslation.getTranslatedOracle(rightState) : rightState.getOracleText();
|
||||
boolean isAftermath = (rightState.getKeywordKey().contains("Aftermath"));
|
||||
BufferedImage leftArt = null;
|
||||
BufferedImage rightArt = null;
|
||||
if (isAftermath) {
|
||||
if (rightState.hasAftermath()) {
|
||||
if (art != null) {
|
||||
int leftWidth = Math.round(art.getWidth() * 0.61328125f);
|
||||
leftArt = art.getSubimage(0, 0, leftWidth, art.getHeight());
|
||||
|
||||
Reference in New Issue
Block a user