Skip to content

v2.6.3

Compare
Choose a tag to compare
@kartoFlane kartoFlane released this 21 Aug 15:49
· 322 commits to master since this release
3c80887
  • Fixed Pawn:GetPawnTable() to attempt to get the pawn's table in TestMech scenario, if it exists there.
  • Fixed PilotPersonality:AddMissionDialogTable() not taking the self parameter
  • Added modApi:onPawnSelected and modApi:onPawnDeselected hooks & events.
  • Added img/empty.png, a tiny invisible image which can be useful for when you don't want the game to show the nullResource.png
  • Added BoardPawn.GetAbility
  • Added BoardPawn:IsPilotSkill (alias for BoardPawn:IsAbility)
  • Added BoardPawn:GetPilotSkill (alias for BoardPawn:GetAbility)