Skip to content

Commit

Permalink
Investigator can attack move
Browse files Browse the repository at this point in the history
This is utilising the change made to the Skitter in PA 120636
  • Loading branch information
Quitch committed Apr 12, 2024
1 parent 2c17bf0 commit 7da9993
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@
- Added Reclaimer
- Removed Wasushi
- Removed Rockteeth
- Investigator can attack move and will stop short of enemies

### Balance

Expand Down
9 changes: 8 additions & 1 deletion src/server/pa/units/land/l_scout_bot/l_scout_bot.json
Expand Up @@ -28,7 +28,8 @@
"ORDER_Patrol",
"ORDER_Assist",
"ORDER_Use",
"ORDER_FireSecondaryWeapon"
"ORDER_FireSecondaryWeapon",
"ORDER_Attack"
],
"death": {
"decals": []
Expand Down Expand Up @@ -90,6 +91,12 @@
"diameter": -8
},
"tools": [
{
"aim_bone": "bone_root",
"muzzle_bone": "bone_root",
"spec_id": "/pa/units/land/land_scout/land_scout_tool_dummy_weapon.json",
"show_range": false
},
{
"aim_bone": "bone_root",
"primary_weapon": false,
Expand Down

0 comments on commit 7da9993

Please sign in to comment.