mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user