mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] boolean... (#12434)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b8948a766b
commit
9ef17a1591
@@ -34,6 +34,12 @@
|
||||
/obj/item/pda/ai/can_use()
|
||||
return 1
|
||||
|
||||
/obj/item/pda/ai/tgui_static_data(mob/user)
|
||||
. = ..()
|
||||
if(isrobot(loc))
|
||||
var/mob/living/silicon/robot/robot_owner = loc
|
||||
.["theme"] = robot_owner.get_ui_theme()
|
||||
|
||||
/obj/item/pda/ai/attack_self(mob/user)
|
||||
. = ..(user)
|
||||
if(.)
|
||||
|
||||
Reference in New Issue
Block a user