mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
I can't think of a commit name (#16104)
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
return
|
||||
if(being_used || !ismob(M))
|
||||
return
|
||||
if(!isanimal(M) || M.ckey) //only works on animals that aren't player controlled
|
||||
if(!isanimal(M) || M.mind) //only works on animals that aren't player controlled
|
||||
to_chat(user, "<span class='warning'>[M] is already too intelligent for this to work!</span>")
|
||||
return ..()
|
||||
if(M.stat)
|
||||
|
||||
Reference in New Issue
Block a user