Commit 7059fdae authored by salix5's avatar salix5

card::get_code()

parent 60b891ab
...@@ -221,11 +221,6 @@ uint32 card::get_info_location() { ...@@ -221,11 +221,6 @@ uint32 card::get_info_location() {
uint32 card::get_code() { uint32 card::get_code() {
if(assume_type == ASSUME_CODE) if(assume_type == ASSUME_CODE)
return assume_value; return assume_value;
if(!(current.location & 0x1c)) {
if(data.alias)
return data.alias;
return data.code;
}
if (temp.code != 0xffffffff) if (temp.code != 0xffffffff)
return temp.code; return temp.code;
effect_set effects; effect_set effects;
......
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