Skip to content

[Anon] Scourge: Occulus Beams weapon profile has both a (x2) and the ATT set as 2. On the PDF, there are 2 separate, identical instances of Occulus Beams but they only list 1 as the ATT characteristic. #13

[Anon] Scourge: Occulus Beams weapon profile has both a (x2) and the ATT set as 2. On the PDF, there are 2 separate, identical instances of Occulus Beams but they only list 1 as the ATT characteristic.

[Anon] Scourge: Occulus Beams weapon profile has both a (x2) and the ATT set as 2. On the PDF, there are 2 separate, identical instances of Occulus Beams but they only list 1 as the ATT characteristic. #13

Workflow file for this run

# For details and description, see https://github.com/BSData/chatops
name: ChatOps
on:
issue_comment:
types: [created]
jobs:
dispatch:
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/')
steps:
- name: Checkout ChatOps repo
uses: actions/checkout@v3
with:
repository: BSData/chatops
path: chatops
- name: /command dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.SLASH_COMMAND_DISPATCH_TOKEN }}
config-from-file: chatops/commands.json