Skip to content

Commit

Permalink
Disables self-assigning objectives for changeling, and traitor. (Nova…
Browse files Browse the repository at this point in the history
…Sector#4599)

* Update datum_traitor.dm

* Update changeling.dm

* Update changeling.dm

* Update changeling.dm

* Update datum_traitor.dm

* Apply suggestions from code review

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
RatFromTheJungle and vinylspiders authored Nov 24, 2024
1 parent 4641036 commit 910fa3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/changeling/changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
hijack_speed = 0.5
ui_name = "AntagInfoChangeling"
suicide_cry = "FOR THE HIVE!!"
can_assign_self_objectives = TRUE
can_assign_self_objectives = FALSE // NOVA EDIT CHANGE - Too loose of a cannon, and doesn't have staff sign off - ORIGINAL: can_assign_self_objectives = TRUE
default_custom_objective = "Consume the station's most valuable genomes."
hardcore_random_bonus = TRUE
stinger_sound = 'sound/music/antag/ling_alert.ogg'
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/traitor/datum_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ui_name = "AntagInfoTraitor"
suicide_cry = "FOR THE SYNDICATE!!"
preview_outfit = /datum/outfit/traitor
can_assign_self_objectives = TRUE
can_assign_self_objectives = FALSE // NOVA EDIT CHANGE - Too loose of a cannon, and doesn't have staff sign off - ORIGINAL: can_assign_self_objectives = TRUE
default_custom_objective = "Perform an overcomplicated heist on valuable Nanotrasen assets."
hardcore_random_bonus = TRUE
stinger_sound = 'sound/music/antag/traitor/tatoralert.ogg'
Expand Down

0 comments on commit 910fa3c

Please sign in to comment.