zer0Kerbal / SimpleLogistics

An add-on for simple resources sharing between vessels within physics range for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/191045-*/
GNU General Public License v3.0
4 stars 5 forks source link

Allow EVA interaction #27

Open zer0Kerbal opened 3 years ago

zer0Kerbal commented 3 years ago

guiActiveUncommand

zer0Kerbal commented 2 years ago

[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);