From a4e8d96bec08d345716fd0f00b846fad280f2c4b Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+grungussuss@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:32:20 +0300 Subject: [PATCH] malf ais can dominate again (#91776) ## About The Pull Request closes https://github.com/tgstation/tgstation/issues/91558 closes https://github.com/tgstation/tgstation/issues/91761 --- code/modules/vehicles/mecha/mecha_ai_interaction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vehicles/mecha/mecha_ai_interaction.dm b/code/modules/vehicles/mecha/mecha_ai_interaction.dm index c2e0ed29516..032b1d5ddcc 100644 --- a/code/modules/vehicles/mecha/mecha_ai_interaction.dm +++ b/code/modules/vehicles/mecha/mecha_ai_interaction.dm @@ -20,7 +20,7 @@ if(data_tracker || user.can_dominate_mechs) output += span_notice("[icon2html(src, user)] [name] Exosuit Status Report\n") - output += data_tracker.get_mecha_info() + output += data_tracker?.get_mecha_info() if(user.can_dominate_mechs) if(data_tracker)