Removes copypasta code

This commit is contained in:
TullyBurnalot
2016-12-13 15:12:55 +00:00
parent b25f3c0452
commit 202607acb2
@@ -256,8 +256,7 @@
/mob/living/simple_animal/bot/medbot/process_scan(mob/living/carbon/human/H)
if(buckled)
if((last_warning + 300) < world.time)
var/message = ("<span class='danger'>Movement restrained! Unit on standby!</span>")
speak(message)
speak("<span class='danger'>Movement restrained! Unit on standby!</span>")
playsound(loc, 'sound/machines/buzz-two.ogg', 50, 0)
last_warning = world.time
return