mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
typo fixes (#17019)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user