Update bot.dm

This commit is contained in:
FartMaster69420
2022-05-02 14:47:49 -04:00
parent 3633d3c273
commit 655db74de8
+2 -2
View File
@@ -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()
verbs -= /mob/living/proc/insidePanel