mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch '819-spectra-ward-broken' into 'master'
Resolve "Spectra Ward broken" Closes #819 See merge request core-developers/forge!1335
This commit is contained in:
@@ -1127,7 +1127,7 @@ public class GameAction {
|
||||
|
||||
if (c.isAttachedToEntity()) {
|
||||
final GameEntity ge = c.getEntityAttachedTo();
|
||||
if (!ge.canBeAttached(c)) {
|
||||
if (!ge.canBeAttached(c, true)) {
|
||||
c.unattachFromEntity(ge);
|
||||
checkAgain = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user