Removes an attempted <span> from a medbot line. (#25134)

This commit is contained in:
Charlie Nolan
2024-04-15 17:34:52 -07:00
committed by GitHub
parent d77c311c9d
commit 4833d64559
@@ -273,7 +273,7 @@
/mob/living/simple_animal/bot/medbot/process_scan(mob/living/carbon/human/H)
if(buckled)
if((last_warning + 300) < world.time)
speak("<span class='danger'>Movement restrained! Unit on standby!</span>")
speak("Movement restrained! Unit on standby!")
playsound(loc, 'sound/machines/buzz-two.ogg', 50, FALSE)
last_warning = world.time
return