diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-12-27 12:33:34 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-01-27 16:43:58 +0100 |
| commit | 5aa8e7ddbc41aed55e7918e6afaec0b5c07fa510 (patch) | |
| tree | 54cb5a7ebc259c2baada186e3c64fbfbcded0798 | |
| parent | 901e3dd22690c293e8023ae63b9c06bd9582ee9e (diff) | |
| download | muhqs-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/TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
