Added forgotten Empathing triggers
Now it won't continuously try to repair a module if it's already repaired.
This commit is contained in:
parent
1c554d38e0
commit
64d77ef10c
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue