[FIX] Silicons can change the size of their photo camera again (#27203)

* Silicons can once again change camera size

* Changed description

* Change verb name

---------

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Chap
2024-10-27 01:22:14 +00:00
committed by GitHub
co-authored by Adrer
parent 08d30efbad
commit 1cf9cca0cf
@@ -112,6 +112,13 @@
toggle_camera_mode()
/obj/item/camera/siliconcam/ai_camera/verb/change_lens()
set category = "AI Commands"
set name = "Set Photo Focus"
set desc = "Changes the lens size of your photo camera"
change_size()
/obj/item/camera/siliconcam/ai_camera/verb/view_images()
set category = "AI Commands"
set name = "View Images"
@@ -133,6 +140,13 @@
toggle_camera_mode()
/obj/item/camera/siliconcam/robot_camera/verb/change_lens()
set category = "Robot Commands"
set name = "Set Photo Focus"
set desc = "Changes the lens size of your photo camera"
change_size()
/obj/item/camera/siliconcam/robot_camera/verb/view_images()
set category ="Robot Commands"
set name = "View Images"