mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -292,10 +292,6 @@
|
||||
move_result = mechturn(direction)
|
||||
else
|
||||
move_result = mechstep(direction)
|
||||
if(occupant)
|
||||
for(var/obj/effect/speech_bubble/B in range(1, src))
|
||||
if(B.parent == occupant)
|
||||
B.loc = loc
|
||||
if(move_result)
|
||||
can_move = 0
|
||||
use_power(step_energy_drain)
|
||||
|
||||
@@ -218,13 +218,6 @@
|
||||
spawn(30)
|
||||
lastbang = 0
|
||||
|
||||
/obj/structure/closet/Move()
|
||||
..()
|
||||
for(var/mob/M in contents)
|
||||
for(var/obj/effect/speech_bubble/B in range(1, src))
|
||||
if(B.parent == M)
|
||||
B.loc = loc
|
||||
|
||||
|
||||
/obj/structure/closet/attack_paw(mob/user as mob)
|
||||
return src.attack_hand(user)
|
||||
|
||||
@@ -383,6 +383,3 @@ var/list/department_radio_keys = list(
|
||||
log_say("[name]/[key] : [message]")
|
||||
|
||||
|
||||
|
||||
/obj/effect/speech_bubble
|
||||
var/mob/parent
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user