mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
Merge pull request #9572 from VOREStation/upstream-merge-7824
[MIRROR] Sheet Recipe Unexclusivity.
This commit is contained in:
committed by
Chompstation Bot
parent
51a0ab1d76
commit
32f728a713
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user