Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

262 remove rulestext #307

Merged
merged 4 commits into from
Jul 8, 2024
Merged

262 remove rulestext #307

merged 4 commits into from
Jul 8, 2024

Conversation

patrickwieth
Copy link
Member

No description provided.

@@ -129,8 +129,6 @@ import { CouncilStatus } from "decentralcardgame-cardchain-client-ts/DecentralCa
import axios from "axios";
import { useUrlSearchParams } from '@vueuse/core'
import { createReusableTemplate } from '@vueuse/core'
import queryString from 'query-string';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@@ -39,7 +39,7 @@ export class ChainCard {
card.Health = parseInt(content[cardType].Health);
card.Attack = parseInt(content[cardType].Attack);
card.Delay = parseInt(content[cardType].Delay);
card.RulesTexts = content[cardType].RulesTexts;
card.RulesTexts = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's completely remove it from the card type.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm I think it is being used by the CardCreator to put the rulesText together when you are assembling abilities?

@lxgr-linux lxgr-linux merged commit 08cdf4c into master Jul 8, 2024
2 checks passed
@patrickwieth patrickwieth deleted the 262-remove-rulestext branch August 27, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants