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