mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Oust (will not put tokens in library anymore).
This commit is contained in:
@@ -22144,6 +22144,7 @@ public class CardFactory implements NewConstants {
|
|||||||
PlayerZone lib = AllZone.getZone(Constant.Zone.Library, c.getOwner());
|
PlayerZone lib = AllZone.getZone(Constant.Zone.Library, c.getOwner());
|
||||||
PlayerZone play = AllZone.getZone(Constant.Zone.Play, c.getController());
|
PlayerZone play = AllZone.getZone(Constant.Zone.Play, c.getController());
|
||||||
play.remove(c);
|
play.remove(c);
|
||||||
|
if (!c.isToken())
|
||||||
lib.add(c, 1); //add second from top
|
lib.add(c, 1); //add second from top
|
||||||
PlayerLife life = AllZone.GameAction.getPlayerLife(c.getController());
|
PlayerLife life = AllZone.GameAction.getPlayerLife(c.getController());
|
||||||
life.addLife(3);
|
life.addLife(3);
|
||||||
|
|||||||
Reference in New Issue
Block a user