mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
tradable grail
This commit is contained in:
@@ -192,7 +192,6 @@ bool CArtifact::isTradable() const
|
||||
switch(id.toEnum())
|
||||
{
|
||||
case ArtifactID::SPELLBOOK:
|
||||
case ArtifactID::GRAIL:
|
||||
return false;
|
||||
default:
|
||||
return !isBig();
|
||||
|
Reference in New Issue
Block a user