Skip to content

Commit

Permalink
Fixed incorrect inheritance for ModuleHint_F, fixed #449 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork authored and Kexanone committed Apr 7, 2019
1 parent 53d2f74 commit 910ee4f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ class Achilles_Module_Zeus_AssignZeus : Achilles_Zeus_Module_Base
icon = "\achilles\data_f_achilles\icons\icon_unit.paa";
portrait = "\achilles\data_f_achilles\icons\icon_unit.paa";
};
class ModuleHint_F : Module_F

class ModuleBootcampStage_F;
class ModuleHint_F : ModuleBootcampStage_F
{
scopeCurator = 1;
scopeCurator = 2;
Category = "Curator";
displayName = "$STR_AMAE_ADVANCED_HINT";
};

0 comments on commit 910ee4f

Please sign in to comment.