Added NPCs to game, fixed explore and collect quest, added quest remove, fixed quest update, v1.4.0
This commit is contained in:
@@ -48,6 +48,11 @@ namespace Assets.Scripts
|
||||
items[currentBag] = null;
|
||||
}
|
||||
|
||||
public void removeItem(int bag)
|
||||
{
|
||||
items[bag] = null;
|
||||
}
|
||||
|
||||
public void showTooltip()
|
||||
{
|
||||
Item item = getItemForTooltip();
|
||||
|
||||
Reference in New Issue
Block a user