summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CAO_Game.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/CAO_Game.py b/CAO_Game.py
index 470eb71..d46bb3b 100644
--- a/CAO_Game.py
+++ b/CAO_Game.py
@@ -178,3 +178,5 @@ class CAO_Game():
if card is not None:
return cao_success(self.black_desc[card])
+
+ return cao_error('The black card has not been revealed yet')