From 5d0b3ee308cd4ef93eeacc90da215cffa856d9e8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 15 Aug 2025 21:35:08 +0200 Subject: note that replacement effects are missing --- README.md | 1 + go/game/cardImplementations.go | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 69d664c9..b74c6334 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,4 @@ Things that should be done eventually: - [ ] tyrant - [ ] finish error handling for remote PlayerControls - [ ] support big card grids (for sealed) +- [ ] implement replacement effects diff --git a/go/game/cardImplementations.go b/go/game/cardImplementations.go index dcd11808..bfda63ed 100644 --- a/go/game/cardImplementations.go +++ b/go/game/cardImplementations.go @@ -227,6 +227,7 @@ func (i *maceImpl) onUnpile(p Permanent) { type poisonDaggerImpl struct{ cardImplementationBase } func (*poisonDaggerImpl) onPile(p Permanent) { + // FIXME: implement replacement effects } func (*poisonDaggerImpl) onUnpile(p Permanent) { -- cgit v1.2.3