mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
fix birthday tokens
This commit is contained in:
parent
94cf84b384
commit
362f8a1490
2 changed files with 9 additions and 0 deletions
|
@ -146,6 +146,10 @@ namespace HISP.Game.Inventory
|
|||
}
|
||||
throw new KeyNotFoundException("random id: " + randomId + " not found in inventory");
|
||||
}
|
||||
public void AddWithoutDatabase(ItemInstance item)
|
||||
{
|
||||
addItem(item, false);
|
||||
}
|
||||
|
||||
public void AddIgnoringFull(ItemInstance item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue