Skip to content

Commit 5e7790a

Browse files
authored
disables heretics (#1227)
1 parent 414f791 commit 5e7790a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

code/game/gamemodes/heretics.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/datum/game_mode/one_antag/heretic
22
name = "Heretic"
33

4-
weight = GAMEMODE_WEIGHT_RARE
4+
weight = GAMEMODE_WEIGHT_NEVER
55

66
antagonist_pop_ratio = 0.1
77
antag_selector = /datum/antagonist_selector/heretic

code/game/gamemodes/mixed.dm

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
var/list/antag_weight_map = list(
1414
/datum/antagonist_selector/traitor = 100,
15-
/datum/antagonist_selector/changeling = 0,
16-
/datum/antagonist_selector/heretic = 20,
1715
/datum/antagonist_selector/vampire = 20,
1816
/datum/antagonist_selector/wizard = 1,
1917
)

0 commit comments

Comments
 (0)