Sheet Recipe Unexclusivity.

This commit is contained in:
Atermonera
2021-01-14 01:11:20 -05:00
committed by VirgoBot
parent 157a8d21d7
commit e052ff9517
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -163,7 +163,7 @@
if (recipe.time)
to_chat(user, "<span class='notice'>Building [recipe.title] ...</span>")
if (!do_after(user, recipe.time, exclusive = TRUE))
if (!do_after(user, recipe.time))
return
if (use(required))