mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Prevent an NPE
This commit is contained in:
@@ -192,7 +192,7 @@ public class ReplacementHandler implements IGameStateObject {
|
|||||||
} while(tailend != null);
|
} while(tailend != null);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (effectSA.isIntrinsic()) {
|
if (effectSA != null && effectSA.isIntrinsic()) {
|
||||||
effectSA.setIntrinsic(true);
|
effectSA.setIntrinsic(true);
|
||||||
effectSA.changeText();
|
effectSA.changeText();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user