Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTT: Allow detectives to reequip their dropped hat #962

Merged
merged 5 commits into from May 24, 2015

Commits on May 22, 2015

  1. TTT: Allow detectives to reequip their dropped hat

    A vital, long awaited solution that should finally solve this horse shit bug. How are we supposed to get immersed if we can't even pick our own hats back up? Who thought that was a good idea? No wonder TTT is so unpopular.
    
    Comes with a cvar that is enabled by default. I'd send the player a text notification but I'm not sure I want to give translators any more hassle.
    
    A slight sound is made when equipping the hat which only detectives may do if they are missing one for whatever reason. It doesn't have to be your own hat.
    MisterDot committed May 22, 2015
    Copy the full SHA
    9f99c69 View commit details
    Browse the repository at this point in the history
  2. Actually implemented cvar

    Oops. Also removed unnecessary IsSpec check.
    MisterDot committed May 22, 2015
    Copy the full SHA
    e154057 View commit details
    Browse the repository at this point in the history
  3. Uncommented LANG.Msg when retrieving hat

    "hat_retrieve" must be translated now
    MisterDot committed May 22, 2015
    Copy the full SHA
    c5a311e View commit details
    Browse the repository at this point in the history
  4. Added english translation for "hat_retrieve"

    What version are we on again? Couldn't find it.
    MisterDot committed May 22, 2015
    Copy the full SHA
    a777f9e View commit details
    Browse the repository at this point in the history
  5. Added cvar for innocents to retrieve det. hats

    "ttt_detective_hats_reclaim_any"
    MisterDot committed May 22, 2015
    Copy the full SHA
    e23865c View commit details
    Browse the repository at this point in the history