[MIRROR] Blind mobs can now smell what the oven is cooking. Plus punctuation. [MDB IGNORE] (#9232)

* Blind can now smell what the Oven is cooking. Plus punctuation. (#62538)

* Blind mobs can now smell what the oven is cooking. Plus punctuation.

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-04 10:59:05 +00:00
committed by GitHub
parent 199f4d7e2b
commit 07fcd76fe6
+2 -2
View File
@@ -68,9 +68,9 @@
used_tray.AddToPlate(baked_result)
if(positive_result)
used_oven.visible_message(span_warning("You smell something great coming from [used_oven]"))
used_oven.visible_message(span_notice("You smell something great coming from [used_oven]."), blind_message = span_notice("You smell something great..."))
else
used_oven.visible_message(span_warning("You smell a burnt smell coming from [used_oven]"))
used_oven.visible_message(span_warning("You smell a burnt smell coming from [used_oven]."), blind_message = span_warning("You smell a burnt smell..."))
SEND_SIGNAL(parent, COMSIG_BAKE_COMPLETED, baked_result)
qdel(parent)