[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
@@ -112,7 +112,7 @@
/obj/item/implant/reagent_generator/roiz/post_implant(mob/living/carbon/source)
START_PROCESSING(SSobj, src)
to_chat(source, span_notice("You implant [source] with \the [src]."))
add_verb(source,assigned_proc) //CHOMPEdit TGPanel
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/roiz
@@ -181,7 +181,7 @@
/obj/item/implant/reagent_generator/jasmine/post_implant(mob/living/carbon/source)
START_PROCESSING(SSobj, src)
to_chat(source, span_notice("You implant [source] with \the [src]."))
add_verb(source,assigned_proc) //CHOMPEdit TGPanel
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/jasmine
@@ -250,7 +250,7 @@
/obj/item/implant/reagent_generator/yonra/post_implant(mob/living/carbon/source)
START_PROCESSING(SSobj, src)
to_chat(source, span_notice("You implant [source] with \the [src]."))
add_verb(source,assigned_proc) //CHOMPEdit TGPanel
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/yonra
@@ -335,7 +335,7 @@
/obj/item/implant/reagent_generator/rischi/post_implant(mob/living/carbon/source)
START_PROCESSING(SSobj, src)
to_chat(source, span_notice("You implant [source] with \the [src]."))
add_verb(source,assigned_proc) //CHOMPEdit TGPanel
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/rischi
@@ -486,7 +486,7 @@
/obj/item/implant/reagent_generator/evian/post_implant(mob/living/carbon/source)
START_PROCESSING(SSobj, src)
to_chat(source, span_notice("You implant [source] with \the [src]."))
add_verb(source,assigned_proc) //CHOMPEdit TGPanel
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/evian
@@ -752,7 +752,7 @@
/obj/item/fluff/dragor_dot/attack_self(mob/user as mob)
if(user.ckey == "pontifexminimus")
add_verb(user,/mob/living/carbon/human/proc/shapeshifter_select_gender) //CHOMPEdit TGPanel
add_verb(user, /mob/living/carbon/human/proc/shapeshifter_select_gender)
else
return