Sanctuary, Reuse => Reuseable
This commit is contained in:
@@ -266,7 +266,7 @@ namespace Continentis.MainGame.Card
|
||||
|
||||
if (user is PlayerHero playerHero)
|
||||
{
|
||||
if(!HasKeyword("Reuse"))
|
||||
if(!HasKeyword("Reuseable"))
|
||||
{
|
||||
CommandQueueManager.Instance.AddCommand(playerHero.deckSubmodule.DiscardCard(cardInstance, false));
|
||||
CommandQueueManager.Instance.AddCommand(new Cmd_Function(() =>
|
||||
|
||||
Reference in New Issue
Block a user