Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
19 stars 9 forks source link

[Bug] Using invis watch on boss causes boss to hold invis watch and wont auto switch away #120

Closed DanishSoup closed 11 months ago

DanishSoup commented 1 year ago

Description

When using both a melee and an invis watch on a boss, the boss will spawn with the invis watch out and does not automatically switch away. During this state, you cannot attack and you will have to manually switch weapons

Reproduce

Steps to reproduce the behavior:

  1. Make a boss have "tf_weapon_invis" with a melee
  2. Play boss
  3. See error

Media

If applicable, add screenshots, videos, logs, to help explain your problem. https://youtu.be/2TNTG_Ybz_w

Environment

Other Information

Add any other context about the problem here. Switching the orientation of the weapons does not fix the issue Config used:

    "tf_weapon_invis"
    {
        "index"     "30"
        "rank"      "18"
        "quality"   "5"
        "override"  "true"
        "show"      "true"
        "preserve"  "true"  
        "attributes"    "34 ; 2.5 ; 253 ; 0.25"
    }
    "tf_weapon_knife"
    {
        "index"     "638"
        "rank"      "18"
        "quality"   "5"
        "override"  "true"
        "show"      "true"
        "preserve"  "true"  
        "attributes"    "15 ; 0.0 ; 68 ; 2.0 ; 400 ; 1 ; 2 ; 4.5 ; 137 ; 2.5 ; 5 ; 1.25"
    }