Minor artifact fixes (#13360)
* rename phasing artifact + fix it * fix wandering cant be scanned
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Content.Server.Construction
|
||||
{
|
||||
if (!bodyQuery.TryGetComponent(ent, out var body) ||
|
||||
!body.CanCollide ||
|
||||
(!body.Hard && body.BodyType != BodyType.Static))
|
||||
!body.Hard)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user