Enhance ctrl + drop
This commit is contained in:
parent
6c847233bf
commit
7d74336e6b
2 changed files with 5 additions and 1 deletions
|
|
@ -1405,6 +1405,10 @@ bool TryDropItem()
|
|||
DropItemBeforeTrig();
|
||||
}
|
||||
|
||||
if (pcurs != CURSOR_HAND) {
|
||||
myPlayer.Say(HeroSpeech::WhereWouldIPutThis);
|
||||
}
|
||||
|
||||
return pcurs == CURSOR_HAND;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue