fixed issue with potion output, added extras menu for player race selection
This commit is contained in:
@ -14,7 +14,7 @@ int potion::get_duration() const {
|
||||
}
|
||||
|
||||
void potion::print(output *out) const {
|
||||
out->print_char(pos, 'P', COLOR_PAIR(COLOR_GREEN));
|
||||
out->print_char(this->get_pos(), 'P', COLOR_PAIR(COLOR_GREEN));
|
||||
}
|
||||
|
||||
size_t get_potion_at(const position &pos, const potion_list &plist) {
|
||||
|
Reference in New Issue
Block a user