diff --git a/hwe/ts/Join.vue b/hwe/ts/Join.vue
index e1c740d9..f4719331 100644
--- a/hwe/ts/Join.vue
+++ b/hwe/ts/Join.vue
@@ -109,10 +109,16 @@
랜덤형
- 통솔무력형
- 통솔지력형
+
-
-
+
+
+
천재로 생성
+
+
+
+
+
+
+
-
-
+
+
+
+
도시
+
+
+
+
-
-
-
-
-
-
-
도시
-
-
-
-
-
@@ -263,7 +286,9 @@
@@ -538,7 +563,7 @@ export default defineComponent({
},
});
-
\ No newline at end of file
diff --git a/hwe/ts/components/NumberInputWithInfo.vue b/hwe/ts/components/NumberInputWithInfo.vue
index c5e55cdf..625b35cf 100644
--- a/hwe/ts/components/NumberInputWithInfo.vue
+++ b/hwe/ts/components/NumberInputWithInfo.vue
@@ -1,6 +1,6 @@
@@ -65,6 +66,11 @@ export default defineComponent({
type: Number,
default: 0,
},
+ right: {
+ type: Boolean,
+ required: false,
+ default: false,
+ }
},
emits: ["update:modelValue"],
data() {