mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user