mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Fixes borgs giving themselves headpats (#31538)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
return
|
||||
|
||||
/mob/living/silicon/robot/attack_ai(mob/user)
|
||||
if(user.a_intent == INTENT_HELP)
|
||||
if(user.a_intent == INTENT_HELP && is_ai(user))
|
||||
to_chat(src, SPAN_ROBOTEMOTE("[user] gives you a digital headpat."))
|
||||
to_chat(user, SPAN_ROBOTEMOTE("You give [src] a digital headpat."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user