Adding missing trigger for space ticks

This commit is contained in:
Matt Wagner 2020-10-27 11:09:35 -07:00
parent a5b4a36c12
commit 85c052b6de

View File

@ -5,6 +5,10 @@
{
"pattern": "^Remaining jump time:",
"type": "regex"
},
{
"pattern": "^Speed: [0-9]+ Fuel Level: [0-9]+% Coords: [-0-9]+ [-0-9]+ [-0-9]+$",
"type": "regex"
}
],
"script": "lotj.infoPanel.markSpaceTick()"