We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414f791 commit 5e7790aCopy full SHA for 5e7790a
code/game/gamemodes/heretics.dm
@@ -1,7 +1,7 @@
1
/datum/game_mode/one_antag/heretic
2
name = "Heretic"
3
4
- weight = GAMEMODE_WEIGHT_RARE
+ weight = GAMEMODE_WEIGHT_NEVER
5
6
antagonist_pop_ratio = 0.1
7
antag_selector = /datum/antagonist_selector/heretic
code/game/gamemodes/mixed.dm
@@ -12,8 +12,6 @@
12
13
var/list/antag_weight_map = list(
14
/datum/antagonist_selector/traitor = 100,
15
- /datum/antagonist_selector/changeling = 0,
16
- /datum/antagonist_selector/heretic = 20,
17
/datum/antagonist_selector/vampire = 20,
18
/datum/antagonist_selector/wizard = 1,
19
)
0 commit comments