From 7ba1638e11c6f893055c483b19efcb7e9adebd67 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Sun, 11 Aug 2013 15:52:48 +0100 Subject: [PATCH] Fixed some mob clicks. Signed-off-by: Mloc-Argent --- code/modules/mob/living/carbon/human/human_attackhand.dm | 2 ++ code/modules/mob/mob_grab.dm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index cb161b9d944..0c6b8172a28 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -12,6 +12,8 @@ ..() + M.delay_click(10) + if((M != src) && check_shields(0, M.name)) visible_message("\red [M] attempted to touch [src]!") return 0 diff --git a/code/modules/mob/mob_grab.dm b/code/modules/mob/mob_grab.dm index 68941a4d090..07a07500083 100644 --- a/code/modules/mob/mob_grab.dm +++ b/code/modules/mob/mob_grab.dm @@ -162,6 +162,8 @@ if(killing) return + assailant.delay_click(10) + switch(S.id) if(1.0) if (state < 2)