From 8a3d3e9efc18aafa3acf347bd059d4fc41a23a2e Mon Sep 17 00:00:00 2001 From: adrianna Date: Sun, 11 Sep 2016 01:55:32 +0200 Subject: [PATCH] costs --- tabakrolletjie/scenes/help.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tabakrolletjie/scenes/help.py b/tabakrolletjie/scenes/help.py index 5975b8b..4ec31fc 100644 --- a/tabakrolletjie/scenes/help.py +++ b/tabakrolletjie/scenes/help.py @@ -142,7 +142,9 @@ class HelpScene(BaseScene): " available on your level.")), HelpItem(("32", "spotlight.png"), ( "Once you have selected a colour option, you will be able to" - " place the light."), + " place the light, as long as this does not reduce your seed" + " count to zero. The cost will be deducted from your seed" + " total."), transform=Multiply(colour=COLOURS["magenta"])), HelpItem(("32", "remove.png"), ( "Buyer's remorse? Use this icon to blow up unwanted lights. You" -- 2.34.1