Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
reordered ability gizmos
Browse files Browse the repository at this point in the history
  • Loading branch information
erdelf committed Nov 13, 2021
1 parent 127c386 commit 32ba53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified 1.3/Assemblies/VFECore.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Source/VFECore/Abilities/Command_Ability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public Command_Ability(Pawn pawn, Ability ability) : base()
this.disabled = !ability.IsEnabledForPawn(out string reason);
this.disabledReason = reason.Colorize(Color.red);
this.action = ability.DoAction;
this.order = 10f + (ability.def.requiredHediff?.hediffDef?.index ?? 0) + (ability.def.requiredHediff?.minimumLevel ?? 0);
//this.shrinkable = true;
}

Expand Down

0 comments on commit 32ba53f

Please sign in to comment.