Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/datum/round_event_control/antagonist/team/nuke_ops/clown_ops
name = "Clown Operatives"
roundstart = TRUE

antag_flag = ROLE_CLOWN_OPERATIVE
antag_datum = /datum/antagonist/nukeop/clownop
antag_leader_datum = /datum/antagonist/nukeop/leader/clownop

typepath = /datum/round_event/antagonist/team/nukie

ruleset_lazy_templates = list(LAZY_TEMPLATE_KEY_NUKIEBASE)

/datum/round_event/antagonist/team/nukie/clown
job_type = /datum/job/clown_operative
required_role = ROLE_CLOWN_OPERATIVE

/datum/round_event_control/antagonist/wizard
name = "Wizard"
roundstart = TRUE

antag_flat = ROLE_WIZARD
antag_datum = /datum/antagonist/wizard
weight = 0
min_players = 20
maximum_antags_global = 1

/datum/round_event_control/antagonist/team/bloodcult
name = "Blood Cult"
roundstart = TRUE

antag_flag = ROLE_CULTIST
antag_datum = /datum/antagonist/cult

weight = 0
tags = list(TAG_COMBAT, TAG_SPOOKY, TAG_CREW_ANTAG)

base_antags = 2
maximum_antags = 2

/datum/round_event_control/antagonist/team/revs
name = "Revolution"
roundstart = TRUE

antag_flag = ROLE_REV_HEAD
antag_datum = /datum/antagonist/rev/head

weight = 0
tags = list(TAG_COMBAT, TAG_CREW_ANTAG)

base_antags = 3
maximum_antags = 3

/datum/round_event_control/antagonist/team/traitorbro
name = "Blood Brothers"
roundstart = TRUE

antag_flag = ROLE_BROTHER
antag_datum = /datum/antagonist/brother

weight = 0
tags = list(TAG_CREW_ANTAG)

base_antags = 2
maximum_antags = 2
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -9216,6 +9216,7 @@
#include "modular_zzbug\code\modules\events\appendicitis.dm"
#include "modular_zzbug\code\modules\research\designs\weapon_designs.dm"
#include "modular_zzbug\code\modules\research\techweb\all_nodes.dm"
#include "modular_zzbug\code\modules\storyteller\event_defines\roleset_overrides.dm"
#include "modular_zzbug\code\modules\storyteller\storytellers\storyteller_tellers.dm"
#include "modular_zzbug\master_files\code\modules\client\examine_tgui.dm"
#include "modular_zzbug\master_files\code\modules\research\techweb\all_nodes.dm"
Expand Down