From d008bbb5ffb979d56c190f35d503577aa3f884b4 Mon Sep 17 00:00:00 2001 From: Laharl Montogmmery Date: Wed, 20 Nov 2013 00:22:10 +0100 Subject: [PATCH] A lil' bit of commenting. Who the hell reads those commit comments anyway? --- code/modules/mob/living/silicon/ai/ai.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 272f9179e42..e96d2f185bd 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -263,10 +263,10 @@ var/list/ai_list = list() src << "[anchored ? "You are now anchored." : "You are now unanchored."]" // the message in the [] will change depending whether or not the AI is anchored -/mob/living/silicon/ai/update_canmove() +/mob/living/silicon/ai/update_canmove() //If the AI dies, mobs won't go through it anymore return 0 -/mob/living/silicon/ai/Bump(atom/movable/AM as mob|obj, yes) +/mob/living/silicon/ai/Bump(atom/movable/AM as mob|obj, yes) //Allows the AI to bump into mobs if it's itself pushed if ((!( yes ) || now_pushing)) return now_pushing = 1