J :
* Add some pretty printers to help debugging.
This commit is contained in:
@@ -115,7 +115,7 @@ Spell::Spell(int id, MTGCardInstance * _source, TargetChooser * tc, ManaCost * _
|
||||
}
|
||||
|
||||
|
||||
const string Spell::getDisplayName(){
|
||||
const string Spell::getDisplayName() const {
|
||||
return source->getName();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user