From f36d0e4be37c7ce983c4ad8ce2fc63b4df56aad1 Mon Sep 17 00:00:00 2001 From: Axidy <76065506+Axidyuwu@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:18:36 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B1=D0=BE=D1=87=D0=B5=D0=BA=20=D1=83=20=D1=82?= =?UTF-8?q?=D1=80=D0=B8=D1=82=D0=BE=D1=80=D0=BE=D0=B2=20(#5373)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update uplink_handler.dm * Update uplink_handler.dm --- code/modules/antagonists/traitor/uplink_handler.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/uplink_handler.dm b/code/modules/antagonists/traitor/uplink_handler.dm index 83899300614..ad699f7a17e 100644 --- a/code/modules/antagonists/traitor/uplink_handler.dm +++ b/code/modules/antagonists/traitor/uplink_handler.dm @@ -23,7 +23,7 @@ /// Whether this uplink handler has objectives. var/has_objectives = TRUE /// Whether this uplink handler can TAKE objectives. - var/can_take_objectives = TRUE + var/can_take_objectives = FALSE //FLUFFY FRONTIER EDIT no-more-pobochki pull 5373 ORIGINAL: TRUE /// The maximum number of objectives that can be taken var/maximum_active_objectives = 2 /// The maximum number of potential objectives that can exist.