Improved fights between player and monster
This commit is contained in:
@@ -83,7 +83,7 @@ impl Artifact for Potion {
|
||||
let new = player.get_life();
|
||||
messages.insert(
|
||||
0,
|
||||
format!("picked up potion and gained {} hp.", new - old).to_string(),
|
||||
format!("picked up potion and gained {} health.", new - old).to_string(),
|
||||
);
|
||||
self.health = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user