From 337c93603dd134cdecd4a22400e2c8e6d6087742 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sun, 9 Feb 2025 00:17:40 -0500 Subject: [PATCH] gets rid of to_world (#17103) --- code/game/objects/objs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/objs.dm b/code/game/objects/objs.dm index c111025014e..7da409041de 100644 --- a/code/game/objects/objs.dm +++ b/code/game/objects/objs.dm @@ -106,8 +106,6 @@ /obj/proc/updateUsrDialog(mob/user) if(in_use) - to_world("we actually have a [user]") - to_world("we got a [usr]") var/is_in_use = 0 var/list/nearby = viewers(1, src) for(var/mob/M in nearby)