diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 66f5ade3681..294b5361da6 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -52,7 +52,7 @@ if(world.time <= next_click) return next_click = world.time + 1 - + if(client.click_intercept) if(call(client.click_intercept, "ClickOn")(src, params, A)) return @@ -294,13 +294,6 @@ LE.xo = U.x - T.x LE.fire() -/mob/living/carbon/human/LaserEyes() - if(nutrition>0) - ..() - nutrition = max(nutrition - rand(1,5),0) - else - src << "You're out of energy! You need food!" - // Simple helper to face what you clicked on, in case it should be needed in more than one place /mob/proc/face_atom(atom/A) if( buckled || stat != CONSCIOUS || !A || !x || !y || !A.x || !A.y )