Commit 02325c19 authored by twanvl's avatar twanvl

Fixed: HTML export gives "Variable not set: Symbol Font" error.

parent af318249
...@@ -3,9 +3,11 @@ mse version: 0.3.5 ...@@ -3,9 +3,11 @@ mse version: 0.3.5
game: magic game: magic
short name: Spoiler short name: Spoiler
full name: List of cards full name: List of cards
installer group: magic/Export/Spoiler (list of cards)
icon: preview.png icon: preview.png
create directory: true create directory: true
version: 2007-09-23 version: 2007-09-23
depends on: magic.mse-game 2008-05-18
option field: option field:
type: choice type: choice
...@@ -88,6 +90,8 @@ script: ...@@ -88,6 +90,8 @@ script:
if options.mana_symbols then ( if options.mana_symbols then (
symbol_font := "magic-mana-small" symbol_font := "magic-mana-small"
symbol_font_size := 12 symbol_font_size := 12
) else (
symbols_to_html := to_html
) )
write_card := { write_card := {
if contains(options.images, match:"full card image") then if contains(options.images, match:"full card image") then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment