From 08d2b0bc1733fb1602612d09bc6fe020bf48af32 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 10 Jan 2021 23:41:52 +0000 Subject: [PATCH] Update code/modules/ruins/objects_and_mobs/sin_ruins.dm Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> --- code/modules/ruins/objects_and_mobs/sin_ruins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/objects_and_mobs/sin_ruins.dm b/code/modules/ruins/objects_and_mobs/sin_ruins.dm index 06acdac9ae..5e2fc3d7e4 100644 --- a/code/modules/ruins/objects_and_mobs/sin_ruins.dm +++ b/code/modules/ruins/objects_and_mobs/sin_ruins.dm @@ -145,4 +145,4 @@ user.visible_message("[user]'s appearance shifts into [H]'s!", \ "[H.p_they(TRUE)] think[H.p_s()] [H.p_theyre()] sooo much better than you. Not anymore, [H.p_they()] won't.") else - to_chat(H, "You are unable to transform into [H]!") + to_chat(user, "You are unable to transform into [H]!")