mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
implemented conceding
This commit is contained in:
parent
207d10d3e2
commit
78c1851c52
18 changed files with 168 additions and 51 deletions
|
|
@ -23,6 +23,7 @@
|
|||
2:delete_arrow:i,arrow_id
|
||||
2:set_card_attr:s,zone:i,card_id:s,attr_name:s,attr_value
|
||||
2:ready_start
|
||||
2:concede
|
||||
2:inc_counter:i,counter_id:i,delta
|
||||
2:create_counter:s,counter_name:c,color:i,radius:i,value
|
||||
2:set_counter:i,counter_id:i,value
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
3:deck_select:i,deck_id
|
||||
3:game_closed
|
||||
3:ready_start
|
||||
3:concede
|
||||
3:game_start
|
||||
3:shuffle
|
||||
3:roll_die:i,sides:i,value
|
||||
|
|
@ -53,4 +55,4 @@
|
|||
4:game_joined:i,game_id:i,player_id:b,spectator
|
||||
5:chat_join_channel:s,player_name
|
||||
5:chat_leave_channel:s,player_name
|
||||
5:chat_say:s,player_name:s,message
|
||||
5:chat_say:s,player_name:s,message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue