Skip to content

Commit

Permalink
Tweak: disable infect objective
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jun 30, 2023
1 parent c76138d commit 0a9abec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/antagonists/traitor/objectives/infect.dm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/datum/traitor_objective_category/infect
/*/datum/traitor_objective_category/infect
name = "Infect with Disease"
objectives = list(
/datum/traitor_objective/target_player/infect = 1,
)

*/
/datum/traitor_objective/target_player/infect
name = "Infect %TARGET% the %JOB TITLE%"
description = "Infect your target with the experimental Hereditary Manifold Sickness."
Expand Down

0 comments on commit 0a9abec

Please sign in to comment.