diff --git a/data/magic-textless.mse-style/style b/data/magic-textless.mse-style/style
index f210e6c6..7f1d8824 100644
--- a/data/magic-textless.mse-style/style
+++ b/data/magic-textless.mse-style/style
@@ -176,15 +176,18 @@ card style:
############################# Copyright stuff
illustrator:
- left: 56
+ left: 23
top : 477
- width: 217
+ width: 250
height: 16
z index: 1
font:
name: Matrix
size: 10
color: { font_color(card.card_color) }
+ symbol font:
+ name: magic-paintbrush
+ size: 10
copyright line:
left: 26
diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game
index 04a32a59..601bf8cf 100644
--- a/data/magic.mse-game/game
+++ b/data/magic.mse-game/game
@@ -1663,7 +1663,7 @@ keyword:
reminder: {if has_pt() then "This creature" else "This permanent"} comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever {if has_pt() then "another" else "a"} creature comes into play, you may move a +1/+1 counter from {if has_pt() then "this creature" else "this permanent"} onto it.
keyword:
keyword: Forecast
- match: Forecast — cost, Reveal name from your hand: action
+ match: Forecast — mana, Reveal name from your hand: action
mode: expert
reminder: Play this ability only during your upkeep and only once each turn.
keyword:
diff --git a/data/yugioh.mse-game/game b/data/yugioh.mse-game/game
index f3dffbe0..7d19311b 100644
--- a/data/yugioh.mse-game/game
+++ b/data/yugioh.mse-game/game
@@ -210,11 +210,11 @@ card field:
# Either just monster, monster / type1
combined_editor(
field1: card.type1,
- separator: " / ",
+ separator: " ",
field2: card.type2,
grey_until_needed: true,
hide_when_both_empty: true,
- type_over1: " / ",
+ type_over1: "/",
type_over2: "/"
)
card list visible: true