mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
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:
co-authored by
Kashargul
parent
ed5fc193f7
commit
c07027136e
@@ -119,7 +119,7 @@
|
||||
aiCamera.deletepicture()
|
||||
|
||||
/mob/living/silicon/robot/proc/take_image()
|
||||
set category ="Robot Commands"
|
||||
set category ="Abilities.Silicon"
|
||||
set name = "Take Image"
|
||||
set desc = "Takes an image"
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
aiCamera.toggle_camera_mode()
|
||||
|
||||
/mob/living/silicon/robot/proc/view_images()
|
||||
set category ="Robot Commands"
|
||||
set category ="Abilities.Silicon"
|
||||
set name = "View Images"
|
||||
set desc = "View images"
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
aiCamera.viewpictures()
|
||||
|
||||
/mob/living/silicon/robot/proc/delete_images()
|
||||
set category = "Robot Commands"
|
||||
set category = "Abilities.Silicon"
|
||||
set name = "Delete Image"
|
||||
set desc = "Delete a local image"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user