redo some colors

This commit is contained in:
2024-10-30 13:01:28 +01:00
parent c6492c28c2
commit e96660cea0
2 changed files with 12 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ impl Chest {
impl Artifact for Chest {
fn get_representation(&self) -> (&str, Color) {
("C", Color::Blue)
("C", Color::Cyan)
}
fn get_immutable_position(&self) -> &Position {