From 2924c1a4c53f4fc5eadc6c5495a36dfe9a855194 Mon Sep 17 00:00:00 2001 From: Tim Goll Date: Sun, 7 Jul 2019 11:54:21 +0200 Subject: [PATCH] bump version number and add changelog --- .../terrortown/gamemode/client/cl_changes.lua | 27 +++++++++++++++++++ .../gamemode/shared/lang/english.lua | 2 +- .../terrortown/gamemode/shared/sh_init.lua | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/gamemodes/terrortown/gamemode/client/cl_changes.lua b/gamemodes/terrortown/gamemode/client/cl_changes.lua index 127160ccf7..ae4eb8076b 100644 --- a/gamemodes/terrortown/gamemode/client/cl_changes.lua +++ b/gamemodes/terrortown/gamemode/client/cl_changes.lua @@ -393,6 +393,33 @@ function CreateChanges() ]]) + AddChange("0.5.5b", [[]]) + hook.Run("TTT2AddChange", changes, currentVersion) end diff --git a/gamemodes/terrortown/gamemode/shared/lang/english.lua b/gamemodes/terrortown/gamemode/shared/lang/english.lua index aeb31da1f7..2913ca9c72 100644 --- a/gamemodes/terrortown/gamemode/shared/lang/english.lua +++ b/gamemodes/terrortown/gamemode/shared/lang/english.lua @@ -636,7 +636,7 @@ L.punch_bonus = "Your bad score lowered your punch-o-meter limit by {num}" L.punch_malus = "Your good score increased your punch-o-meter limit by {num}!" L.spec_help = "Click to spectate players, or press {usekey} on a physics object to possess it." -L.spec_help2 = "To leave the spectator mode you have to open menu by pressing {helpkey}, goto 'gameplay' and toggle the specator mode." +L.spec_help2 = "To leave the spectator mode you have to open the menu by pressing {helpkey}, goto 'gameplay' and toggle the specator mode." --- Info popups shown when the round starts diff --git a/gamemodes/terrortown/gamemode/shared/sh_init.lua b/gamemodes/terrortown/gamemode/shared/sh_init.lua index 07cd03c53f..6f2bbbbb07 100644 --- a/gamemodes/terrortown/gamemode/shared/sh_init.lua +++ b/gamemodes/terrortown/gamemode/shared/sh_init.lua @@ -4,7 +4,7 @@ GM.Name = "TTT2 (Advanced Update)" GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer" GM.Email = "4lf-mueller@gmx.de" GM.Website = "ttt.badking.net, ttt2.informaskill.de" -GM.Version = "0.5.4b" +GM.Version = "0.5.5b" GM.Customized = true TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"