(stash)
This commit is contained in:
parent
c68af245af
commit
deabee9466
3 changed files with 3 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ fn discard_tile(
|
|||
tiles: Query<&TileId>,
|
||||
) {
|
||||
// FIXME why is this not consuming the messages?
|
||||
// TODO disable this when we're not current player?
|
||||
while let Some(message) = selected.read().next() {
|
||||
if let Ok(tile_id) = tiles.get(message.0) {
|
||||
stdb.reducers().discard_tile(tile_id.0).unwrap();
|
||||
|
|
|
|||
|
|
@ -301,3 +301,5 @@ pub(crate) fn render_main_pond(
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub(crate) fn render_other_hands() {}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
"dev": {
|
||||
"run": ""
|
||||
},
|
||||
"_source-config": "spacetime.local.json",
|
||||
"module-path": "jong-line",
|
||||
"server": "local",
|
||||
"database": "jong-line"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue