mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Allow pAIs to attack_ai the machine they're inside, (#9564)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9f98bf2b53
commit
7c2aa4aac7
@@ -219,6 +219,11 @@
|
||||
..()
|
||||
SStgui.update_uis(src)
|
||||
|
||||
/obj/machinery/microwave/tgui_status(mob/user)
|
||||
if(user == paicard?.pai)
|
||||
return STATUS_INTERACTIVE
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/microwave/tgui_state(mob/user)
|
||||
return GLOB.tgui_physical_state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user