mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-25 11:56:11 -07:00
Progress.
This commit is contained in:
parent
be2883ff01
commit
76c4556289
15 changed files with 81 additions and 3 deletions
|
|
@ -7,4 +7,5 @@ enum CardAttribute {
|
|||
AttrPT = 5;
|
||||
AttrAnnotation = 6;
|
||||
AttrDoesntUntap = 7;
|
||||
AttrDoesntUntapOnce = 8;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,4 +53,7 @@ message ServerInfo_Card {
|
|||
|
||||
// unique id of this kind of card, extends the name to specify a specific printing of a card
|
||||
optional string provider_id = 17;
|
||||
|
||||
// whether the card should not be untapped during its controller's next turn
|
||||
optional bool doesnt_untap_once = 18;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue