Skip to content

Commit

Permalink
Деактивация выбора побочек у триторов (#5373)
Browse files Browse the repository at this point in the history
* Update uplink_handler.dm

* Update uplink_handler.dm
  • Loading branch information
Axidyuwu authored Feb 3, 2025
1 parent 78a3ff0 commit f36d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/traitor/uplink_handler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f36d0e4

Please sign in to comment.