Enhance ctrl + drop

This commit is contained in:
Yuri Pourre 2021-09-30 17:27:26 -03:00 committed by Anders Jenbo
commit 7d74336e6b
2 changed files with 5 additions and 1 deletions

View file

@ -1405,6 +1405,10 @@ bool TryDropItem()
DropItemBeforeTrig();
}
if (pcurs != CURSOR_HAND) {
myPlayer.Say(HeroSpeech::WhereWouldIPutThis);
}
return pcurs == CURSOR_HAND;
}