Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/RP-0/Plugins/RP0.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Tooling/ModuleTooling.cs
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ public override void OnLoad(ConfigNode node)

public virtual float GetModuleCost(float defaultCost, ModifierStagingSituation sit)
{
if (!HighLogic.LoadedSceneIsEditor)
if (!HighLogic.LoadedSceneIsEditor || HighLogic.CurrentGame.Mode != Game.Modes.CAREER)
return 0f;

if (IsUnlocked())

0 comments on commit 29e01e1

Please sign in to comment.