Merge pull request #34204 from ShizCalev/chem-macro-feedback
improves chem macro feedback
This commit is contained in:
committed by
CitadelStationBot
parent
b2021912d7
commit
d8f232bd07
@@ -213,7 +213,9 @@
|
|||||||
continue
|
continue
|
||||||
else
|
else
|
||||||
var/temp = fuck[1]
|
var/temp = fuck[1]
|
||||||
to_chat(usr, "[src] can't process [temp]!")
|
visible_message("<span class='warning'>[src] buzzes.</span>", "<span class='italics'>You hear a faint buzz.</span>")
|
||||||
|
to_chat(usr, "<span class ='danger'>[src] cannot find Chemical ID: <b>[temp]</b>!</span>")
|
||||||
|
playsound(src, "sound/machines/buzz-two.ogg", 50, 1)
|
||||||
return
|
return
|
||||||
saved_recipes += list(list("recipe_name" = name, "contents" = recipe))
|
saved_recipes += list(list("recipe_name" = name, "contents" = recipe))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user