mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[MIRROR] everyone is a traitor mode disables progression [MDB IGNORE] (#15295)
* everyone is a traitor mode disables progression (#68841) * everyone is a traitor mode disables progression Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -643,6 +643,9 @@ GLOBAL_DATUM(everyone_a_traitor, /datum/everyone_is_a_traitor_controller)
|
||||
new_objective.explanation_text = objective
|
||||
traitor_datum.objectives += new_objective
|
||||
player.mind.add_antag_datum(traitor_datum)
|
||||
var/datum/uplink_handler/uplink = traitor_datum.uplink_handler
|
||||
uplink.has_progression = FALSE
|
||||
uplink.has_objectives = FALSE
|
||||
else if(isAI(player))
|
||||
var/datum/antagonist/malf_ai/malfunction_datum = new(give_objectives = FALSE)
|
||||
var/datum/objective/new_objective = new
|
||||
|
||||
Reference in New Issue
Block a user