From 655db74de8ede87e8b8a1564f7ff66ebb77bf15c Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Mon, 2 May 2022 14:47:49 -0400 Subject: [PATCH] Update bot.dm --- code/modules/mob/living/bot/bot.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/bot/bot.dm b/code/modules/mob/living/bot/bot.dm index ea31d291231..f5a3c0ef890 100644 --- a/code/modules/mob/living/bot/bot.dm +++ b/code/modules/mob/living/bot/bot.dm @@ -540,10 +540,10 @@ /mob/living/bot/Login() no_vore = FALSE // ROBOT VORE init_vore() // ROBOT VORE - verbs |= /mob/living/proc/insidePanel() + verbs |= /mob/living/proc/insidePanel /mob/living/bot/Logout() no_vore = TRUE // ROBOT VORE release_vore_contents() init_vore() // ROBOT VORE - verbs -= /mob/living/proc/insidePanel() \ No newline at end of file + verbs -= /mob/living/proc/insidePanel \ No newline at end of file