Minor artifact fixes (#13360)

* rename phasing artifact + fix it

* fix wandering cant be scanned
This commit is contained in:
Kara
2023-01-11 02:16:16 -06:00
committed by GitHub
parent 19241f55ba
commit 1f015dbb1d
5 changed files with 18 additions and 15 deletions

View File

@@ -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;
}