ConstructionGL2 Part 2: Better guided steps and recipes. (#5103)
This commit is contained in:
committed by
GitHub
parent
5be8271907
commit
5a5006e4cf
@@ -22,5 +22,13 @@ namespace Content.Shared.Construction.Conditions
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public ConstructionGuideEntry? GenerateGuideEntry()
|
||||
{
|
||||
return new ConstructionGuideEntry()
|
||||
{
|
||||
Localization = "construction-step-condition-no-windows-in-tile"
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user