pai panel, force deactivation, and rad protection
This commit is contained in:
@@ -200,6 +200,13 @@
|
||||
/mob/living/silicon/pai/restrained(ignore_grab)
|
||||
. = FALSE
|
||||
|
||||
/mob/living/silicon/pai/can_interact_with(atom/target)
|
||||
if(istype(target, /obj/item/mod/control)) // A poor workaround for enabling MODsuit control
|
||||
var/obj/item/mod/control/C = target
|
||||
if(C.ai == src)
|
||||
return TRUE
|
||||
return ..()
|
||||
|
||||
// See software.dm for Topic()
|
||||
|
||||
/mob/living/silicon/pai/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE, no_tk=FALSE)
|
||||
|
||||
Reference in New Issue
Block a user