mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
More outfit fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user