mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Phrasing correction in texts (still think we need to update the method names...)
This commit is contained in:
@@ -107,7 +107,7 @@ public class GameWrapper {
|
||||
if (target.canBeAttachedBy(actualCard)) {
|
||||
actualCard.attachEntity(target);
|
||||
} else {
|
||||
throw new IllegalStateException( actualCard + " can't attach " + target );
|
||||
throw new IllegalStateException( actualCard + " can't attach to " + target );
|
||||
}
|
||||
} else {
|
||||
throw new IllegalStateException( "Don't know how to make " + actualCard + " target anything" );
|
||||
|
||||
Reference in New Issue
Block a user