mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
usr -> user
Conflicts: code/_onclick/hud/screen_objects.dm code/game/objects/items/devices/PDA/PDA.dm
This commit is contained in:
@@ -477,12 +477,12 @@
|
||||
if("PDA - Send Message")
|
||||
if(isAI(usr))
|
||||
var/mob/living/silicon/ai/AI = usr
|
||||
AI.cmd_send_pdamesg()
|
||||
AI.cmd_send_pdamesg(usr)
|
||||
|
||||
if("PDA - Show Message Log")
|
||||
if(isAI(usr))
|
||||
var/mob/living/silicon/ai/AI = usr
|
||||
AI.cmd_show_message_log()
|
||||
AI.cmd_show_message_log(usr)
|
||||
/*
|
||||
if("Take Image")
|
||||
if(isAI(usr))
|
||||
|
||||
Reference in New Issue
Block a user