From b3e2d8f0eb7997489a5d97580bb521b498aab166 Mon Sep 17 00:00:00 2001 From: Tk420634 Date: Mon, 23 Dec 2024 10:21:45 -0600 Subject: [PATCH] tail to tailer --- code/_onclick/hud/screen_objects/character_actions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/screen_objects/character_actions.dm b/code/_onclick/hud/screen_objects/character_actions.dm index 5746eb41bf..ada0bf2394 100644 --- a/code/_onclick/hud/screen_objects/character_actions.dm +++ b/code/_onclick/hud/screen_objects/character_actions.dm @@ -476,7 +476,7 @@ if(!ishuman(usr)) to_chat(usr, span_alert("Sorry! You've gotta be a fully spawned in character with hopes and dreams to use this!")) return - H.emote("tail") + H.emote("tailer") //////////////////////////////////////////////////////////// /// Cuphand button