A lil' bit of commenting.

Who the hell reads those commit comments anyway?
This commit is contained in:
Laharl Montogmmery
2013-11-20 00:22:10 +01:00
parent ec8f753545
commit d008bbb5ff
+2 -2
View File
@@ -263,10 +263,10 @@ var/list/ai_list = list()
src << "[anchored ? "<b>You are now anchored.</b>" : "<b>You are now unanchored.</b>"]"
// 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