NPC utility queries (#15843)
This commit is contained in:
@@ -88,6 +88,8 @@ namespace Content.Client.Entry
|
||||
_componentFactory.RegisterClass<SharedAMEControllerComponent>();
|
||||
// Do not add to the above, they are legacy
|
||||
|
||||
_prototypeManager.RegisterIgnore("utilityQuery");
|
||||
_prototypeManager.RegisterIgnore("utilityCurvePreset");
|
||||
_prototypeManager.RegisterIgnore("accent");
|
||||
_prototypeManager.RegisterIgnore("material");
|
||||
_prototypeManager.RegisterIgnore("reaction"); //Chemical reactions only needed by server. Reactions checks are server-side.
|
||||
|
||||
@@ -35,7 +35,7 @@ public sealed class HTNOverlay : Overlay
|
||||
continue;
|
||||
|
||||
var screenPos = args.ViewportControl.WorldToScreen(worldPos);
|
||||
handle.DrawString(_font, screenPos + new Vector2(0, 10f), comp.DebugText);
|
||||
handle.DrawString(_font, screenPos + new Vector2(0, 10f), comp.DebugText, Color.White);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user