Banana spellcheck (#94642)

## About The Pull Request

Duplicate 'the'

## Why It's Good For The Game

Closes https://github.com/tgstation/tgstation/issues/94586

## Changelog

🆑
spellcheck: Fix a duplicate 'the'
/🆑

Co-authored-by: glue0000 <230859540+glue0000@users.noreply.github.com>
This commit is contained in:
archbtw
2025-12-29 21:35:04 -05:00
committed by GitHub
co-authored by glue0000
parent 5a8eadaaac
commit 36a759ecfc
+1 -1
View File
@@ -88,7 +88,7 @@
/datum/element/food_trash/proc/open_trash(datum/source, mob/user)
SIGNAL_HANDLER
to_chat(user, span_notice("You open the [source], revealing \a [initial(trash.name)]."))
to_chat(user, span_notice("You open \the [source], revealing \a [initial(trash.name)]."))
INVOKE_ASYNC(src, PROC_REF(async_generate_trash), source)
qdel(source)