redo some colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user