Skip to content
Open
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
3 changes: 2 additions & 1 deletion modular_darkpack/modules/jobs/code/sabbat/ductus.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
r_pocket = /obj/item/vamp/keys/sabbat
uses_default_clan_clothes = TRUE
backpack_contents = list(/obj/item/card/credit=1)

/*// APOC EDIT REMOVAL START
/datum/outfit/job/vampire/sabbatductus/pre_equip(mob/living/carbon/human/H)
. = ..()
if(H.mind)
H.mind.add_antag_datum(/datum/antagonist/sabbatist/ductus)
*/ // APOC EDIT REMOVAL END
4 changes: 2 additions & 2 deletions modular_darkpack/modules/jobs/code/sabbat/pack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
r_pocket = /obj/item/vamp/keys/sabbat
uses_default_clan_clothes = TRUE
backpack_contents = list(/obj/item/card/credit=1)

/*// APOC EDIT REMOVAL START
/datum/outfit/job/vampire/sabbatpack/pre_equip(mob/living/carbon/human/H)
. = ..()
if(H.mind)
H.mind.add_antag_datum(/datum/antagonist/sabbatist)

*/ // APOC EDIT REMOVAL END
4 changes: 2 additions & 2 deletions modular_darkpack/modules/jobs/code/sabbat/priest.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
head = /obj/item/clothing/head/vampire/noddist_mask
uses_default_clan_clothes = TRUE
backpack_contents = list(/obj/item/card/credit=1)

/*// APOC EDIT REMOVAL START
/datum/outfit/job/vampire/sabbatpriest/pre_equip(mob/living/carbon/human/H)
..()
if(H.mind)
H.mind.add_antag_datum(/datum/antagonist/sabbatist/priest)

*/ // APOC EDIT REMOVAL END
/datum/antagonist/sabbatist/priest
antag_hud_name = "ductus_priest"

Expand Down
Loading