Cyborg PDA Update

Allows robots to use the same PDA subtype as the AI. Adds a 1/1000 chance of AOL "You've got mail!" playing when receiving a PDA message.
This commit is contained in:
haha26315
2022-09-15 12:33:30 -04:00
parent acbc8027c1
commit 8b04cb4fc1
8 changed files with 62 additions and 35 deletions
+3 -1
View File
@@ -59,7 +59,9 @@
#define ui_borg_store "CENTER+2:16,SOUTH:5" //borgs
#define ui_borg_camera "CENTER+3:21,SOUTH:5" //borgs
#define ui_borg_album "CENTER+4:21,SOUTH:5" //borgs
#define ui_borg_language_menu "CENTER+4:21,SOUTH+1:5" //borgs
#define ui_borg_language_menu "CENTER+6:21,SOUTH+1:5" //borgs
#define ui_borg_pda_log "CENTER+5:21,SOUTH:5" //borgs
#define ui_borg_pda_send "CENTER+6:21,SOUTH:5" //borgs
#define ui_monkey_head "CENTER-5:13,SOUTH:5" //monkey
#define ui_monkey_mask "CENTER-4:14,SOUTH:5" //monkey
+11
View File
@@ -128,6 +128,17 @@
//End of module select
//PDA stuff
using = new /obj/screen/ai/pda_msg_send
using.screen_loc = ui_borg_pda_send
using.hud = src
static_inventory += using
using = new/obj/screen/ai/pda_msg_show
using.screen_loc = ui_borg_pda_log
using.hud = src
static_inventory += using
//Photography stuff
using = new /obj/screen/ai/image_take()
using.screen_loc = ui_borg_camera