More outfit fixes

This commit is contained in:
Mark van Alphen
2019-06-09 23:27:06 +02:00
parent ad556dc06d
commit ef16165471
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
if(!check_rights(R_EVENT))
return
if(!ishuman(M) || !isobserver(M))
if(!ishuman(M) && !isobserver(M))
alert("Invalid mob")
return