From 675b83a4b86102aa155155ac53fbddd52f738a47 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:45:08 -0500 Subject: [PATCH] [MIRROR] Oppenheimer now starts with airplane mode enabled (#642) * Oppenheimer now starts with airplane mode enabled (#81113) ## About The Pull Request The nuclear operative medbot, Oppenheimer, now starts with airplane mode enabled (aka, remote control disabled), so the presence of operatives on the station Z-level is not immediately given away to AIs. ![image](https://github.com/tgstation/tgstation/assets/44104681/990ec84c-e7e8-4557-b036-3e840566e957) Fixes #81105 ## Why It's Good For The Game It'd be pretty lame to have your stealth ops operation ruined because you forgot to turn on airplane mode, no? I don't think this was intentional by any means, seems like an oversight. ## Changelog :cl: fix: Oppenheimer, the nukie medbot, has been reprogrammed to use Airplane Mode as a factory default. The station AI is no longer immediately aware of his presence! /:cl: * Oppenheimer now starts with airplane mode enabled --------- Co-authored-by: Vladin Heir <44104681+VladinXXV@users.noreply.github.com> --- code/modules/mob/living/basic/bots/medbot/medbot.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/bots/medbot/medbot.dm b/code/modules/mob/living/basic/bots/medbot/medbot.dm index 791de6b6296..505fa34c5f1 100644 --- a/code/modules/mob/living/basic/bots/medbot/medbot.dm +++ b/code/modules/mob/living/basic/bots/medbot/medbot.dm @@ -399,6 +399,7 @@ health = 40 maxHealth = 40 maints_access_required = list(ACCESS_SYNDICATE) + bot_mode_flags = BOT_MODE_ON | BOT_MODE_CAN_BE_SAPIENT | BOT_MODE_ROUNDSTART_POSSESSION radio_key = /obj/item/encryptionkey/syndicate radio_channel = RADIO_CHANNEL_SYNDICATE damage_type_healer = HEAL_ALL_DAMAGE