From 0a5ef95373c1ed3dbbfd63ff2d6dbcd9f3b10030 Mon Sep 17 00:00:00 2001 From: Sorrowfulwinds Date: Thu, 11 Dec 2025 23:50:02 -0600 Subject: [PATCH] fix atom >> mob|obj (#7424) ## About The Pull Request OD says atom isnt real. Lohikar says mob|obj is real ## Why It's Good For The Game image ## Changelog :cl: fix: fixed bad in loop /:cl: --- code/modules/admin/verbs/atom_emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/atom_emote.dm b/code/modules/admin/verbs/atom_emote.dm index 2634f8c00cd..a6d11998e66 100644 --- a/code/modules/admin/verbs/atom_emote.dm +++ b/code/modules/admin/verbs/atom_emote.dm @@ -1,4 +1,4 @@ -/proc/atom_emote(atom/A as atom in world) +/proc/atom_emote(atom/A as mob|obj in world) set name = "Atom Emote" set category = VERB_CATEGORY_OBJECT