UI fixes for new AI photography

This commit is contained in:
ZomgPonies
2014-07-31 17:43:28 -04:00
parent 03e7aaba81
commit 5b5af35dc9
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -156,5 +156,5 @@
#define ui_ai_state_laws "SOUTH:6,WEST+9:16"
#define ui_ai_pda_send "SOUTH:6,WEST+10:16"
#define ui_ai_pda_log "SOUTH:6,WEST+11:16"
//#define ui_ai_take_picture "SOUTH:6,WEST+12:16"
//#define ui_ai_view_images "SOUTH:6,WEST+13:16"
#define ui_ai_take_picture "SOUTH:6,WEST+12:16"
#define ui_ai_view_images "SOUTH:6,WEST+13:16"
+2 -2
View File
@@ -111,7 +111,7 @@
using.screen_loc = ui_ai_pda_log
using.layer = 20
adding += using
/*
//Take image
using = new /obj/screen()
using.name = "Take Image"
@@ -129,7 +129,7 @@
using.screen_loc = ui_ai_view_images
using.layer = 20
adding += using
*/
mymob.client.screen += adding + other
return
+4 -4
View File
@@ -489,17 +489,17 @@
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.cmd_show_message_log(usr)
/*
if("Take Image")
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.aicamera.toggle_camera_mode()
AI.aiCamera.toggle_camera_mode()
if("View Images")
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.aicamera.viewpictures()
*/
AI.aiCamera.viewpictures()
else
return 0
return 1