mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Fixed an error pertaining to rules text in futureshifts.
"Shifted sorting" on futureshifts and planeshifts is now optional. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@807 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -44,7 +44,7 @@ init script:
|
||||
# Use guild mana symbols?
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
card_shape := { "shifted" }
|
||||
card_shape := { if styling.shifted_sorting then "shifted" else "normal" }
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
@@ -58,6 +58,11 @@ set info style:
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
type: boolean
|
||||
name: shifted sorting
|
||||
description: Should this style of card sort as a shifted card (after other cards of that color)?
|
||||
initial: yes
|
||||
styling field:
|
||||
type: boolean
|
||||
name: colored mana symbols
|
||||
|
||||
Reference in New Issue
Block a user