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