Tg panel patch 2 (#8085)

Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
Kashargul
2024-05-15 13:42:13 +02:00
committed by GitHub
parent a63a919fcb
commit e28fa96705
264 changed files with 993 additions and 823 deletions

View File

@@ -207,7 +207,7 @@ var/global/list/SKILL_PRE = list("Engineer" = SKILL_ENGINEER, "Roboticist" = SKI
return
/mob/living/carbon/human/verb/show_skills()
set category = "IC"
set category = "IC.Game" //CHOMPEdit
set name = "Show Own Skills"
show_skill_window(src, src)

View File

@@ -83,7 +83,7 @@
/mob/living/carbon/human/proc/taur_mount(var/mob/living/M in living_mobs(1))
set name = "Taur Mount/Dismount"
set category = "Abilities"
set category = "Abilities.General" //CHOMPEdit
set desc = "Let people ride on you."
if(LAZYLEN(buckled_mobs))