Linz's suggestion

Co-authored-by: Lin <linzolle@gmail.com>
This commit is contained in:
Arturlang
2022-02-19 12:55:35 +02:00
committed by GitHub
parent 86c711a003
commit 2b11cfcc33
+1 -1
View File
@@ -199,7 +199,7 @@
for(var/reagent_id in consumed_reagents_list)
consumed_reagents_list[reagent_id] *= production_coefficient
if(!reagents.has_reagent(reagent_id, consumed_reagents_list[reagent_id]))
audible_message("<span class='warning'>\The [src] buzzes and states "INSUFFICENT REAGENTS"</span>")
audible_message("<span class='warning'>\The [src] buzzes and states \"INSUFFICENT REAGENTS\"</span>")
playsound(src, 'sound/machines/buzz-sigh.ogg', 50, FALSE)
return