bug: potion not taking effect
fixed message in applying potions
This commit is contained in:
@ -40,7 +40,7 @@ long_result player_base::apply(potion *p) {
|
|||||||
apply_effect(p);
|
apply_effect(p);
|
||||||
|
|
||||||
return {result::applied,
|
return {result::applied,
|
||||||
(std::string)"PC applied potion of " + p->get_name()};
|
(std::string)"PC applied potion of " + p->get_name() + ". "};
|
||||||
}
|
}
|
||||||
|
|
||||||
long_result player_base::attack(character *ch) {
|
long_result player_base::attack(character *ch) {
|
||||||
|
Reference in New Issue
Block a user