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
game: magic
short name: Spoiler
full name: List of cards
installer group: magic/Export/Spoiler (list of cards)
icon: preview.png
create directory: true
version: 2007-09-23
depends on: magic.mse-game 2008-05-18
option field:
type: choice
......@@ -88,6 +90,8 @@ script:
if options.mana_symbols then (
symbol_font := "magic-mana-small"
symbol_font_size := 12
) else (
symbols_to_html := to_html
)
write_card := {
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