mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Update bot.dm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user