From 59bcb859444e95912dfec80c2be7cc1b5faa2b26 Mon Sep 17 00:00:00 2001 From: jimmyl <70376633+mc-oofert@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:50:15 +0200 Subject: [PATCH] fixes firebot access (#84416) ## About The Pull Request fixes #84415 --- code/modules/mob/living/basic/bots/firebot/firebot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/basic/bots/firebot/firebot.dm b/code/modules/mob/living/basic/bots/firebot/firebot.dm index 140948b81c0..31fa969fa59 100644 --- a/code/modules/mob/living/basic/bots/firebot/firebot.dm +++ b/code/modules/mob/living/basic/bots/firebot/firebot.dm @@ -8,7 +8,7 @@ light_color = "#8cffc9" light_power = 0.8 - req_access = list(ACCESS_ROBOTICS, ACCESS_CONSTRUCTION) + req_one_access = list(ACCESS_ROBOTICS, ACCESS_CONSTRUCTION) radio_key = /obj/item/encryptionkey/headset_eng radio_channel = RADIO_CHANNEL_ENGINEERING bot_type = FIRE_BOT