Skip to content

Commit

Permalink
add back in run check for spring shoes
Browse files Browse the repository at this point in the history
  • Loading branch information
DSONE\OB8 committed Feb 21, 2024
1 parent 3880fdc commit ec652b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RegisterResourceGenerationFunction("IOTMSpringShoesGenerateResource");

void IOTMSpringShoesGenerateTasks(ChecklistEntry [int] task_entries, ChecklistEntry [int] optional_task_entries, ChecklistEntry [int] future_task_entries)
{
if (available_amount($item[spring shoes]) > 0 && my_path().id != PATH_COMMUNITY_SERVICE)
if (__misc_state["in run"] && available_amount($item[spring shoes]) > 0 && my_path().id != PATH_COMMUNITY_SERVICE)
{
if ($effect[everything looks green].have_effect() == 0)
{
Expand Down

0 comments on commit ec652b2

Please sign in to comment.