mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 05:05:53 +12:00
Add profiles
This commit is contained in:
parent
4758fd0200
commit
524c7f2214
7 changed files with 295 additions and 63 deletions
|
@ -330,11 +330,10 @@ namespace HISP.Game
|
|||
return quest;
|
||||
}
|
||||
}
|
||||
throw new KeyNotFoundException("QuestId: " + id + " Dont exist.");
|
||||
throw new KeyNotFoundException("Quest Id: " + id + " Dont exist.");
|
||||
}
|
||||
public static bool UseTool(User user, string tool, int x, int y)
|
||||
{
|
||||
|
||||
if (tool == Quest.Shovel)
|
||||
{
|
||||
// check Treasures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue