From e237fbd5e7e3f6fa41983a98b2e8877806d5ee4f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 20 Feb 2015 11:24:56 -0500 Subject: [PATCH] Fixes clicking not turning you --- code/_onclick/click.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index a0da39a2976..fb2f17d46a9 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -65,6 +65,8 @@ if(stat || paralysis || stunned || weakened) return + face_atom(A) + if(next_move > world.time) // in the year 2000... return