Changed sorting for Yugioh.

More installer groups.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@873 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-05-20 03:05:42 +00:00
parent 3d802ed1aa
commit 0104111a4e
16 changed files with 39 additions and 24 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
mse version: 0.3.6
short name: Yu-Gi-Oh!
installer group: Yugioh/Game Files
icon: card-back.png
position hint: 4
version: 2008-05-14
version: 2008-05-19
############################################################## Functions & filters
## Copied and Pasted from vs.mse-game, with a few modifications
@@ -149,8 +150,8 @@ init script:
else if chosen(choice:"slifer", type) then "D"
else if chosen(choice:"ritual monster", type) then "E"
else if chosen(choice:"obelisk", type) then "F"
else if chosen(choice:"synchro monster", type) then "G"
else if chosen(choice:"fusion monster", type) then "H"
else if chosen(choice:"fusion monster", type) then "G"
else if chosen(choice:"synchro monster", type) then "H"
else if chosen(choice:"token monster", type) then "I"
else if chosen(choice:"legendary dragons", type) then "J"
else if chosen(choice:"spell card", type) then "K"