Passion & UI
This commit is contained in:
@@ -53,5 +53,11 @@ namespace Cielonos.Narrative
|
||||
startInventory.consumables.Add(itemSaveData);
|
||||
}
|
||||
}
|
||||
|
||||
[YarnFunction("check_have_item")]
|
||||
public static bool CheckHaveItem(string itemClass)
|
||||
{
|
||||
return MainGameManager.Player.inventorySc.backpackSm.HaveItem(itemClass);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user