Port tg statpanel (#16463)

* Port tg statpanel

* Add verb descriptions using the title attribute

* Fix a dreamchecker error

* Remove chomp edits

* Add mentor tickets to ticket panel

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
ShadowLarkens
2024-10-16 19:39:06 +02:00
committed by GitHub
co-authored by Kashargul
parent ed5fc193f7
commit c07027136e
211 changed files with 3233 additions and 1170 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]."))
source.verbs |= assigned_proc
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]."))
source.verbs |= assigned_proc
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]."))
source.verbs |= assigned_proc
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]."))
source.verbs |= assigned_proc
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]."))
source.verbs |= assigned_proc
add_verb(source, assigned_proc)
return 1
/obj/item/implanter/reagent_generator/evian
@@ -754,7 +754,7 @@
/obj/item/fluff/dragor_dot/attack_self(mob/user as mob)
if(user.ckey == "pontifexminimus")
user.verbs |= /mob/living/carbon/human/proc/shapeshifter_select_gender
add_verb(user, /mob/living/carbon/human/proc/shapeshifter_select_gender)
else
return