From 943eb9b6dc3f8dbaf7f592bc00680e8f5ebd7d38 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 11 Jul 2016 02:19:24 -0400 Subject: [PATCH] grammar --- code/datums/spells/rathens.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/spells/rathens.dm b/code/datums/spells/rathens.dm index d8f7dedc290..f37846025c1 100644 --- a/code/datums/spells/rathens.dm +++ b/code/datums/spells/rathens.dm @@ -33,8 +33,8 @@ A.forceMove(get_turf(H)) spawn() A.throw_at(get_edge_target_turf(H, pick(alldirs)), rand(1, 10), 5) - H.visible_message("[H]'s [A.name] flies out their body in a magical explosion!",\ - "Your [A.name] flies out your body in a magical explosion!") + H.visible_message("[H]'s [A.name] flies out of their body in a magical explosion!",\ + "Your [A.name] flies out of your body in a magical explosion!") H.Weaken(2) else var/obj/effect/decal/cleanable/blood/gibs/G = new/obj/effect/decal/cleanable/blood/gibs(get_turf(H))