Skip to content

Commit

Permalink
Merge pull request #2 from BidyBiddle/patch-1
Browse files Browse the repository at this point in the history
Update urbanterror.rb
  • Loading branch information
relrod committed Oct 26, 2014
2 parents d5862db + 3033c09 commit f697242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/urbanterror.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def self.reverse_gear_calc(number)
6 => ['Capture and Hold', 'CAH'],
7 => ['Capture the Flag', 'CTF'],
8 => ['Bomb mode', 'BOMB'],
9 => ['Jump mode', 'JUMP']
9 => ['Jump mode', 'JUMP'],
10 => ['Freeze Tag', 'FREEZE']
}

def self.match_type(number, abbreviate=false)
Expand Down

0 comments on commit f697242

Please sign in to comment.