mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Removes an attempted <span> from a medbot line. (#25134)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user