Experimenting with packets

This commit is contained in:
KimLS
2015-06-09 12:39:39 -07:00
parent 250d0cc903
commit dbbe6b5a91
9 changed files with 59 additions and 148 deletions
+1 -1
View File
@@ -4243,7 +4243,7 @@ struct AARankInfo_Struct
int32 total_cost;
int32 expansion;
int32 category;
uint8 expendable;
uint8 charges;
uint8 grant_only;
uint32 total_effects;
uint32 total_prereqs;
+1 -1
View File
@@ -2177,7 +2177,7 @@ namespace UF
eq->next_id = emu->next_id;
eq->cost2 = emu->total_cost;
eq->grant_only = emu->grant_only > 0 ? true : false;
eq->expendable_charges = emu->expendable ? 1 : 0;
eq->expendable_charges = emu->charges ? 1 : 0;
eq->aa_expansion = emu->expansion;
eq->special_category = emu->category;
eq->total_abilities = emu->total_effects;