TEESDAAL / dungeon-project-management

MIT License
5 stars 1 forks source link

Fix Code #2

Open Benjymack opened 2 years ago

Benjymack commented 2 years ago

Upon inspection of the code in this repository, I discovered problems too numerous to list in this issue. I suggest that the current author of this repository removes all of the current code, and substitutes it with code of superior quality. However, I doubt that this is possible for the current author, so I suggest that the ownership of this repository is transferred to someone capable of this titanic endeavour.

ColdMacaroni commented 1 year ago
diff --git a/dungeon/src/treasure.rs b/dungeon/src/treasure.rs
index 3cd7401..6aa41d3 100644
--- a/dungeon/src/treasure.rs
+++ b/dungeon/src/treasure.rs
@@ -26,7 +26,7 @@ lazy_static! {
         },
         Card {
             title: "Supplements".to_string(),
-            card_type: CardType::TempWordsReduce,
+            card_type: CardType::TempDamageReduction,
             card_width: 300.,
             card_height: 300. * 1.618034,
             image: *CARD_TEXTURE,