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

@@ -20,7 +20,7 @@
// Parameters: None
// Description: Lets synths use their communicators without hands.
/obj/item/device/communicator/integrated/verb/activate()
set category = "Abilities.AI_IM" //ChompEDIT - TGPanel
set category = "Abilities.AI" //ChompEDIT - TGPanel
set name = "Use Communicator"
set desc = "Utilizes your built-in communicator."
set src in usr

View File

@@ -114,7 +114,7 @@
// Parameters: None
// Description: Allows a ghost to send a text message to a communicator.
/mob/observer/dead/verb/text_communicator()
set category = "Ghost"
set category = "Ghost.Message" //CHOMPEdit
set name = "Text Communicator"
set desc = "If there is a communicator available, send a text message to it."
@@ -174,7 +174,7 @@
// Parameters: None
// Description: Lets ghosts review messages they've sent or received.
/mob/observer/dead/verb/show_text_messages()
set category = "Ghost"
set category = "Ghost.Settings" //CHOMPEdit
set name = "Show Text Messages"
set desc = "Allows you to see exonet text messages you've sent and received."

View File

@@ -272,7 +272,7 @@
// Parameters: None
// Description: Allows ghosts to call communicators, if they meet all the requirements.
/mob/observer/dead/verb/join_as_voice()
set category = "Ghost"
set category = "Ghost.Message" //CHOMPEdit
set name = "Call Communicator"
set desc = "If there is a communicator available, send a request to speak through it. This will reset your respawn timer, if someone picks up."