Removes unnecessary check

This commit is contained in:
Unknown
2019-08-06 21:05:51 -04:00
parent 03976d3dd3
commit b5824871ed

View File

@@ -51,7 +51,7 @@
if(!do_after(user, 30, H))
return
//VOREstation Add End
else if(!H.stat && !prototype) //VOREStation Edit
else if(!H.stat)
if(H != user)
if(H.a_intent != I_HELP)
to_chat(user, "<span class='notice'>[H] is resisting your attempt to inject them with \the [src].</span>")