diff --git a/src/components/round/DebugInfo.vue b/src/components/round/DebugInfo.vue
new file mode 100644
index 0000000..6065c2b
--- /dev/null
+++ b/src/components/round/DebugInfo.vue
@@ -0,0 +1,71 @@
+
+
+
+
+ draftingRow:
+ draftingPriority:
+ construction:
+ war:
+
+
+
+
+
+
+
diff --git a/src/components/round/TechCard.vue b/src/components/round/TechCard.vue
index 11b6ded..87ce402 100644
--- a/src/components/round/TechCard.vue
+++ b/src/components/round/TechCard.vue
@@ -18,7 +18,7 @@
@@ -46,6 +46,11 @@ export default defineComponent({
required: true
}
},
+ computed: {
+ round() : number {
+ return this.navigationState.round
+ }
+ },
methods: {
isArmy(tech: Tech) : boolean {
return tech == Tech.ARMY
diff --git a/src/components/round/TechCardDraft.vue b/src/components/round/TechCardDraft.vue
index 79801d9..07cea92 100644
--- a/src/components/round/TechCardDraft.vue
+++ b/src/components/round/TechCardDraft.vue
@@ -59,9 +59,9 @@