aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-12-27 12:33:34 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2025-01-27 16:43:58 +0100
commit5aa8e7ddbc41aed55e7918e6afaec0b5c07fa510 (patch)
tree54cb5a7ebc259c2baada186e3c64fbfbcded0798
parent901e3dd22690c293e8023ae63b9c06bd9582ee9e (diff)
downloadmuhqs-game-5aa8e7ddbc41aed55e7918e6afaec0b5c07fa510.tar.gz
muhqs-game-5aa8e7ddbc41aed55e7918e6afaec0b5c07fa510.zip
remove equipment drop action from TODO
it is currently not implemented by the rules
-rw-r--r--go/TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/go/TODO b/go/TODO
index dbb6de69..f4a9d728 100644
--- a/go/TODO
+++ b/go/TODO
@@ -1,7 +1,5 @@
* Fix data race between UI and game loop (possible big state lock)
-* implement representation of next target and current seelction in prompt
-* implement equipment actions
- * drop
+* implement representation of next target and current selection in prompt
* implement constrained X-Cost
* implement HandCardSelection with condition
* implement spell target parsing