diff --git a/cockatrice/cockatrice.qrc b/cockatrice/cockatrice.qrc index d4263190..944e239f 100644 --- a/cockatrice/cockatrice.qrc +++ b/cockatrice/cockatrice.qrc @@ -313,6 +313,8 @@ resources/counters/r_highlight.svg resources/counters/g.svg resources/counters/g_highlight.svg + resources/counters/storm.svg + resources/counters/storm_highlight.svg resources/counters/general.svg resources/counters/general_highlight.svg diff --git a/cockatrice/resources/counters/storm.svg b/cockatrice/resources/counters/storm.svg new file mode 100644 index 00000000..5ff13e66 --- /dev/null +++ b/cockatrice/resources/counters/storm.svg @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/cockatrice/resources/counters/storm_highlight.svg b/cockatrice/resources/counters/storm_highlight.svg new file mode 100644 index 00000000..db57a065 --- /dev/null +++ b/cockatrice/resources/counters/storm_highlight.svg @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/common/server_player.cpp b/common/server_player.cpp index 25bf7891..644d02c7 100644 --- a/common/server_player.cpp +++ b/common/server_player.cpp @@ -158,7 +158,7 @@ void Server_Player::setupZones() addCounter(new Server_Counter(4, "r", makeColor(250, 150, 150), 20, 0)); addCounter(new Server_Counter(5, "g", makeColor(150, 255, 150), 20, 0)); addCounter(new Server_Counter(6, "x", makeColor(255, 255, 255), 20, 0)); - addCounter(new Server_Counter(7, "storm", makeColor(255, 255, 255), 20, 0)); + addCounter(new Server_Counter(7, "storm", makeColor(255, 150, 30), 20, 0)); initialCards = 7;