diff --git a/code/game/gamemodes/clock_cult/clock_items.dm b/code/game/gamemodes/clock_cult/clock_items.dm index 2d273c3c6cb..13dc2a1b311 100644 --- a/code/game/gamemodes/clock_cult/clock_items.dm +++ b/code/game/gamemodes/clock_cult/clock_items.dm @@ -160,7 +160,7 @@ user << "[src] refuses to work, displaying the message: \"[busy]!\"" return 0 if(!nonhuman_usable && !ishuman(user)) - user << "[src] hums quietly in your hands, but you can't seem to get it to do anything." + show_stats(user) //if it's not human, show it stats return 0 access_display(user)