mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
[MIRROR] Port tg statpanel (#9242)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
ShadowLarkens
Kashargul
parent
e68994c99d
commit
4d9879937f
@@ -588,13 +588,13 @@
|
||||
/mob/living/bot/Login()
|
||||
no_vore = FALSE // ROBOT VORE
|
||||
init_vore() // ROBOT VORE
|
||||
add_verb(src,/mob/proc/insidePanel) //CHOMPEdit TGPanel
|
||||
add_verb(src, /mob/proc/insidePanel)
|
||||
|
||||
return ..()
|
||||
|
||||
/mob/living/bot/Logout()
|
||||
release_vore_contents()
|
||||
remove_verb(src,/mob/proc/insidePanel) //CHOMPEdit TGPanel
|
||||
remove_verb(src, /mob/proc/insidePanel)
|
||||
no_vore = TRUE
|
||||
devourable = FALSE
|
||||
feeding = FALSE
|
||||
|
||||
Reference in New Issue
Block a user