[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:
CHOMPStation2
2024-10-17 23:29:59 +02:00
committed by GitHub
co-authored by ShadowLarkens Kashargul
parent e68994c99d
commit 4d9879937f
207 changed files with 709 additions and 956 deletions
@@ -47,14 +47,14 @@
if((. = ..()))
//nif.set_flag(NIF_O_SCOTHERS,NIF_FLAGS_OTHER) //Only required on install if the flag is in the default setting_flags list defined few lines above.
if(nif?.human)
add_verb(nif.human,/mob/proc/nsay) //CHOMPEdit TGPanel
add_verb(nif.human,/mob/proc/nme) //CHOMPEdit TGPanel
add_verb(nif.human, /mob/proc/nsay)
add_verb(nif.human, /mob/proc/nme)
/datum/nifsoft/soulcatcher/uninstall()
QDEL_LIST_NULL(brainmobs)
if((. = ..()) && nif?.human) //Sometimes NIFs are deleted outside of a human
remove_verb(nif.human,/mob/proc/nsay) //CHOMPEdit
remove_verb(nif.human,/mob/proc/nme) //CHOMPEdit
remove_verb(nif.human, /mob/proc/nsay)
remove_verb(nif.human, /mob/proc/nme)
/datum/nifsoft/soulcatcher/proc/save_settings()
if(!nif)