Update snacks.dm

This commit is contained in:
Trilbyspaceclone
2019-12-17 15:58:01 -05:00
committed by GitHub
parent d6b1b76037
commit 17a5fd849e
+2 -2
View File
@@ -340,8 +340,8 @@ All foods are distributed among various categories. Use common sense.
if(!M.is_drainable())
to_chat(user, "<span class='warning'>[M] is unable to be dunked in!</span>")
return
if(M.reagents.trans_to(src, dunk_amount, reagents.trans_to = user)) //if reagents were transfered, show the message
to_chat(user, "<span class='notice'>You dunk \the [src] into \the [M].</span>")
if(M.reagents.trans_to(src, dunk_amount)) //if reagents were transfered, show the message
to_chat(user, "<span class='notice'>You dunk the [M].</span>")
return
if(!M.reagents.total_volume)
to_chat(user, "<span class='warning'>[M] is empty!</span>")