mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user