TODO: modify other races constructors
did some reworking
This commit is contained in:
@ -40,3 +40,7 @@ potion &potion::operator=(potion &&p) {
|
||||
pos = p.pos;
|
||||
return *this;
|
||||
}
|
||||
|
||||
void potion::print(display *out, bool color) {
|
||||
out->print_char(pos, 'P');
|
||||
}
|
||||
|
Reference in New Issue
Block a user