From 273fe77ac7ff0c3fa8d0529891efa92799428e00 Mon Sep 17 00:00:00 2001 From: Niezann Date: Mon, 2 Sep 2024 14:38:42 -0700 Subject: [PATCH] Update atm_ret_field.dm --- code/game/machinery/atm_ret_field.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/atm_ret_field.dm b/code/game/machinery/atm_ret_field.dm index 296cb80b75b1..5190b86c6bb4 100644 --- a/code/game/machinery/atm_ret_field.dm +++ b/code/game/machinery/atm_ret_field.dm @@ -223,9 +223,9 @@ /obj/structure/atmospheric_retention_field/attack_hand(mob/user, list/params) if(density) - visible_message("You touch the retention field, and it crackles faintly. Tingly!") + to_chat(user, "You touch the retention field, and it crackles faintly. Tingly!") else - visible_message("You try to touch the retention field, but pass through it like it isn't even there.") + to_chat(user, "You try to touch the retention field, but pass through it like it isn't even there.") /obj/structure/atmospheric_retention_field/legacy_ex_act() return