mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 17:45:09 -07:00
Merge fdd7d4eac0 into 12299abcc8
This commit is contained in:
commit
3ccfc1f4ea
18 changed files with 124 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