Added forgotten Empathing triggers

Now it won't continuously try to repair a module if it's already
repaired.
This commit is contained in:
Zach Dziura 2016-01-12 16:18:59 -05:00
parent 1c554d38e0
commit 64d77ef10c

View file

@ -995,9 +995,11 @@ end</script>
<colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList>
<string>Bright tendrils of energy pulsate through the ship and heal the hull to full strength.</string>
<string>The ship's hull is already at maximum strength.</string>
</regexCodeList>
<regexCodePropertyList>
<integer>3</integer>
<integer>3</integer>
</regexCodePropertyList>
</Trigger>
</TriggerGroup>
@ -1096,9 +1098,11 @@ end</script>
<colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList>
<string>^Crackling energy surges to \w+\s(\w+)\s\w+, fully healing it\.$</string>
<string>That module is already in full repair.</string>
</regexCodeList>
<regexCodePropertyList>
<integer>1</integer>
<integer>3</integer>
</regexCodePropertyList>
</Trigger>
</TriggerGroup>