[MIRROR] Fixes newfood reagent transfer and food trash' to_chat (#2007)

* Fixes newfood reagent transfer and food trash' to_chat (#55150)

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>

* Fixes newfood reagent transfer and food trash' to_chat

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-02 15:17:18 +01:00
committed by GitHub
co-authored by Jared-Fogle Qustinnus
parent b1355636c3
commit 434b5d2f23
3 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
/datum/element/food_trash/proc/open_trash(datum/source, mob/user)
SIGNAL_HANDLER
to_chat(user, "<span class='notice'>You open the [src]\'s shell, revealing \a [initial(trash.name)].</span>")
to_chat(user, "<span class='notice'>You open the [source], revealing \a [initial(trash.name)].</span>")
INVOKE_ASYNC(src, .proc/async_generate_trash, source)
qdel(source)