From fb8f1fdeb9b172eef8d4cb148d0da48dd5d52618 Mon Sep 17 00:00:00 2001 From: friarsol Date: Thu, 28 Jul 2022 23:15:25 -0400 Subject: [PATCH] Remove some useless comments --- forge-gui-mobile/src/forge/adventure/scene/InnScene.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/forge-gui-mobile/src/forge/adventure/scene/InnScene.java b/forge-gui-mobile/src/forge/adventure/scene/InnScene.java index f8abec88fd7..40483596dbb 100644 --- a/forge-gui-mobile/src/forge/adventure/scene/InnScene.java +++ b/forge-gui-mobile/src/forge/adventure/scene/InnScene.java @@ -26,7 +26,6 @@ public class InnScene extends UIScene { } public void potionOfFalseLife() { - // TODO Pay a bit of money to gain a temporary +2 HP. Current.player().potionOfFalseLife(); } @@ -47,7 +46,6 @@ public class InnScene extends UIScene { ui.onButtonPress("tempHitPointCost", new Runnable() { @Override public void run() { - // Pay 200 gp to gain temporary 2 hp. InnScene.this.potionOfFalseLife(); } });