Skip to content

Commit 7f3d8b9

Browse files
authored
Merge pull request #892 from Custom-Roles-for-TTT/dev
2.3.5 Hotfix
2 parents ba25e1a + 109d325 commit 7f3d8b9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

gamemodes/terrortown/gamemode/corpse.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---- Corpse functions
22

33
CreateConVar("ttt_corpse_search_not_shared", "0", FCVAR_NONE, "Whether corpse searches are not shared with other players (only affects non-detective-like searchers)", 0, 1)
4-
CreateConVar("ttt_corpse_search_auto_confirm", "1", FCVAR_REPLICATED, "Whether corpse searches automatically confirm the death of the player", 0, 1)
54

65
-- namespaced because we have no ragdoll metatable
76
CORPSE = CORPSE or {}

gamemodes/terrortown/gamemode/corpse_shd.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CreateConVar("ttt_corpse_search_killer_team_text_monster", "0", FCVAR_REPLICATED
1212
CreateConVar("ttt_corpse_search_killer_team_text_independent", "0", FCVAR_REPLICATED, "Whether corpse searches should include flavor text hinting at the team of their independent killer", 0, 1)
1313
CreateConVar("ttt_corpse_search_killer_team_text_jester", "0", FCVAR_REPLICATED, "Whether corpse searches should include flavor text hinting at the team of their jester team killer", 0, 1)
1414
CreateConVar("ttt_corpse_search_killer_team_text_plain", "0", FCVAR_REPLICATED, "Whether corpse searches should include plain text showing the team of their killer. Only used alongside the \"ttt_corpse_search_killer_team_text_*\" convars", 0, 1)
15+
CreateConVar("ttt_corpse_search_auto_confirm", "1", FCVAR_REPLICATED, "Whether corpse searches automatically confirm the death of the player", 0, 1)
1516

1617
CORPSE = CORPSE or {}
1718

0 commit comments

Comments
 (0)