Removing some unused loops and the last of the speech-bubble stuff.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4370 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-08-11 15:41:21 +00:00
parent 7f627a522b
commit 904f71f08a
4 changed files with 0 additions and 17 deletions
-3
View File
@@ -383,6 +383,3 @@ var/list/department_radio_keys = list(
log_say("[name]/[key] : [message]")
/obj/effect/speech_bubble
var/mob/parent
-3
View File
@@ -372,9 +372,6 @@
step(mob, pick(cardinal))
else
. = ..()
for(var/obj/effect/speech_bubble/S in range(1, mob))
if(S.parent == mob)
S.loc = mob.loc
moving = 0