mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-02 22:05:43 +02:00
arts move condition fix
This commit is contained in:
parent
177523d972
commit
c86af54ce1
@ -3902,7 +3902,7 @@ bool CGameHandler::moveArtifact(const ArtifactLocation &al1, const ArtifactLocat
|
|||||||
|
|
||||||
if(srcArtifact == nullptr)
|
if(srcArtifact == nullptr)
|
||||||
COMPLAIN_RET("No artifact to move!");
|
COMPLAIN_RET("No artifact to move!");
|
||||||
if(destArtifact && srcPlayer != dstPlayer)
|
if(destArtifact && srcPlayer != dstPlayer && !isDstSlotBackpack)
|
||||||
COMPLAIN_RET("Can't touch artifact on hero of another player!");
|
COMPLAIN_RET("Can't touch artifact on hero of another player!");
|
||||||
|
|
||||||
// Check if src/dest slots are appropriate for the artifacts exchanged.
|
// Check if src/dest slots are appropriate for the artifacts exchanged.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user