mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Removes unnecessary check
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
if(!do_after(user, 30, H))
|
if(!do_after(user, 30, H))
|
||||||
return
|
return
|
||||||
//VOREstation Add End
|
//VOREstation Add End
|
||||||
else if(!H.stat && !prototype) //VOREStation Edit
|
else if(!H.stat)
|
||||||
if(H != user)
|
if(H != user)
|
||||||
if(H.a_intent != I_HELP)
|
if(H.a_intent != I_HELP)
|
||||||
to_chat(user, "<span class='notice'>[H] is resisting your attempt to inject them with \the [src].</span>")
|
to_chat(user, "<span class='notice'>[H] is resisting your attempt to inject them with \the [src].</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user