Restore typed ship catalog command
ober
0dfd36e5d29a498e92bcecb5fa308f91bc27002e
--- a/templates/original-tactics-parts/MainActivity.kt.ss +++ b/templates/original-tactics-parts/MainActivity.kt.ss @@ -984,6 +984,7 @@ (maAddButtonRow this content (list-of Button (button "Health" (lambda () (maSelfHealth this))) + (button "Ships" (lambda () (maSelfLoadShips this))) (button "New Game" (lambda () (maSelfNewGame this))) (button "Diag" (lambda () (showDiagnostics))) (button "Auto Step" (lambda () (maSelfAutoStep this)))