SimpleLogistics! (SLOG) by RealGecko

SimpleLogistics! (SLOG) by RealGecko

5.4k Downloads

Allow EVA interaction

zer0Kerbal opened this issue ยท 1 comments

commented

guiActiveUncommand

commented

[KSPField(guiName = "Kolony Growth", guiActive = true, guiActiveEditor = true, isPersistant = true), UI_Toggle(disabledText = "Off", enabledText = "On")]
public bool KolonyGrowthEnabled = false;

  Kerbal.gender = Gender;
  Kerbal.suit = Suit;
  Kerbal.stupidity = Stupidity;
  Kerbal.courage = Courage;
  Kerbal.isBadass = Badass;
  Kerbal.veteran = Veteran;
  kerbal.name = string;

KerbalRoster.SetExperienceTrait(Kerbal, Trait)
return HighLogic.CurrentGame.CrewRoster.Exists(Name);