typo fixes (#17019)

This commit is contained in:
Pirouette
2023-08-07 06:12:18 -04:00
committed by GitHub
parent ba4aee62d9
commit f9b94fd4a8
5 changed files with 12 additions and 6 deletions

View File

@@ -295,7 +295,7 @@
if(L != src)
L.apply_damage(15,DAMAGE_BRUTE)
possible_targets += L
to_chat(L, "<span class='danger'>\The [src] wraps around you tightly with its spiny teeth+!</span>")
to_chat(L, "<span class='danger'>\The [src] wraps around you tightly with its spiny teeth!</span>")
if(Adjacent(originator) && possible_targets.len)
var/mob/living/L = pick(possible_targets)
to_chat(L, "<span class='danger'>\The [src] flings you into \the [originator]'s maw!</span>")