Commit 600b4728 authored by nanahira's avatar nanahira

allow custom cards in everywhere

parent 1aefe75c
......@@ -857,10 +857,10 @@ extern Game* mainGame;
#define TEXTURE_ATTACK 5
#define TEXTURE_ACTIVATE 6
#define AVAIL_OCG 0x1
#define AVAIL_TCG 0x2
#define AVAIL_OCG 0x5
#define AVAIL_TCG 0x6
#define AVAIL_CUSTOM 0x4
#define AVAIL_SC 0x8
#define AVAIL_SC 0xc
#define AVAIL_OCGTCG (AVAIL_OCG|AVAIL_TCG)
#ifndef DEFAULT_DUEL_RULE
......
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